Skip to content

Commit 78662ae

Browse files
authored
cipher: bump inout to v0.2.0-rc.1 (#1679)
Notably this version removes the `std` feature, a breaking change from the previous `rc.0`
1 parent a981f42 commit 78662ae

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cipher/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ categories = ["cryptography", "no-std"]
1414

1515
[dependencies]
1616
crypto-common = "0.2.0-rc.1"
17-
inout = "0.2.0-rc.0"
17+
inout = "0.2.0-rc.1"
1818

1919
# optional dependencies
2020
blobby = { version = "0.3", optional = true }
2121
zeroize = { version = "1.8", optional = true, default-features = false }
2222

2323
[features]
2424
alloc = []
25-
std = ["alloc", "crypto-common/std", "inout/std"]
25+
std = ["alloc", "crypto-common/std"]
2626
block-padding = ["inout/block-padding"]
2727
# Enable random key and IV generation methods
2828
rand_core = ["crypto-common/rand_core"]

0 commit comments

Comments
 (0)