Skip to content

Commit

Permalink
start 0.10.2-dev development
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl committed May 15, 2024
1 parent 70faf95 commit 2fdf371
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dropshot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dropshot"
description = "expose REST APIs from a Rust program"
version = "0.10.1"
version = "0.10.2-dev"
authors = ["David Pacheco <dap@oxidecomputer.com>"]
edition = "2021"
license = "Apache-2.0"
Expand Down Expand Up @@ -47,7 +47,7 @@ features = [ "serde", "std", "clock" ]
default-features = false

[dependencies.dropshot_endpoint]
version = "^0.10.1"
version = "^0.10.2-dev"
path = "../dropshot_endpoint"

[dependencies.hyper]
Expand Down
2 changes: 1 addition & 1 deletion dropshot_endpoint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dropshot_endpoint"
description = "macro used by dropshot consumers for registering handlers"
version = "0.10.1"
version = "0.10.2-dev"
authors = ["Adam H. Leventhal <ahl@oxide.computer>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 2fdf371

Please sign in to comment.