Skip to content

Commit 5498744

Browse files
committed
[dropshot-api-manager-types] version 0.4.0
1 parent 7b544cc commit 5498744

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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
@@ -28,7 +28,7 @@ debug-ignore = "1.0.5"
2828
drift = "0.1.2"
2929
dropshot = "0.16.7"
3030
dropshot-api-manager = { path = "crates/dropshot-api-manager", version = "0.3.0" }
31-
dropshot-api-manager-types = { path = "crates/dropshot-api-manager-types", version = "0.3.0" }
31+
dropshot-api-manager-types = { path = "crates/dropshot-api-manager-types", version = "0.4.0" }
3232
e2e-example-apis = { path = "e2e-example/apis" }
3333
fs-err = "3.1.1"
3434
git-stub = "1.0.0"

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.3.0"
3+
version = "0.4.0"
44
description = "Core types for Dropshot's API manager"
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)