Skip to content

Commit ef42852

Browse files
committed
[dropshot-api-manager-types] version 0.2.0
1 parent 2280f08 commit ef42852

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ clap = "4.5"
2323
debug-ignore = "1.0.5"
2424
dropshot = "0.16.4"
2525
dropshot-api-manager = { path = "crates/dropshot-api-manager", version = "0.1.1" }
26-
dropshot-api-manager-types = { path = "crates/dropshot-api-manager-types", version = "0.1.1" }
26+
dropshot-api-manager-types = { path = "crates/dropshot-api-manager-types", version = "0.2.0" }
2727
e2e-example-apis = { path = "e2e-example/apis" }
2828
fs-err = "3.1.1"
2929
hex = "0.4.3"

crates/dropshot-api-manager-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dropshot-api-manager-types"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "Core types for Dropshot's API manager"
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)