Skip to content

Commit 5eb0df5

Browse files
committed
Update to ambient-authority 0.0.1.
1 parent 5ec1285 commit 5eb0df5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cap-primitives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ edition = "2018"
1616
rustc_version = "0.4.0"
1717

1818
[dependencies]
19-
ambient-authority = "0.0.0"
19+
ambient-authority = "0.0.1"
2020
arbitrary = { version = "1.0.0", optional = true, features = ["derive"] }
2121
ipnet = "2.3.0"
2222
maybe-owned = "0.3.4"

cap-rand/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/bytecodealliance/cap-std"
1313
edition = "2018"
1414

1515
[dependencies]
16-
ambient-authority = "0.0.0"
16+
ambient-authority = "0.0.1"
1717
rand = "0.8.1"
1818

1919
[features]

0 commit comments

Comments
 (0)