Skip to content

Commit 5f240a5

Browse files
authored
aead+cipher: bump inout to v0.2 (#2066)
1 parent 7e2aaa5 commit 5f240a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

aead/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ such as AES-GCM as ChaCha20Poly1305, which provide a high-level API
1717

1818
[dependencies]
1919
crypto-common = { version = "0.2.0-rc.5", path = "../crypto-common" }
20-
inout = "0.2.0-rc.6"
20+
inout = "0.2"
2121

2222
# optional dependencies
2323
arrayvec = { version = "0.7", optional = true, default-features = false }

cipher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "Traits for describing block ciphers and stream ciphers"
1414

1515
[dependencies]
1616
crypto-common = { version = "0.2.0-rc.5", path = "../crypto-common" }
17-
inout = "0.2.0-rc.6"
17+
inout = "0.2"
1818

1919
# optional dependencies
2020
blobby = { version = "0.4.0-pre.1", optional = true }

0 commit comments

Comments
 (0)