diff --git a/Cargo.lock b/Cargo.lock index b05816b6e..ebb2b4dee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -340,7 +340,7 @@ dependencies = [ [[package]] name = "dropshot" -version = "0.10.1" +version = "0.10.2-dev" dependencies = [ "async-channel", "async-stream", @@ -400,7 +400,7 @@ dependencies = [ [[package]] name = "dropshot_endpoint" -version = "0.10.1" +version = "0.10.2-dev" dependencies = [ "proc-macro2", "quote", diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index 1a9f700dc..8a9ed6c7c 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -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 "] edition = "2021" license = "Apache-2.0" @@ -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] diff --git a/dropshot_endpoint/Cargo.toml b/dropshot_endpoint/Cargo.toml index a83a84607..4aef1a70c 100644 --- a/dropshot_endpoint/Cargo.toml +++ b/dropshot_endpoint/Cargo.toml @@ -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 "] edition = "2021" license = "Apache-2.0"