Skip to content

Commit e1ee25e

Browse files
committed
update crypto to 0.2.0-pre.1
1 parent 0b141d4 commit e1ee25e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lafere-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ protobuf = ["dep:protopuffer"]
2929

3030
[dependencies]
3131
lafere = { version = "0.2.0-pre.0", path = "../lafere", default-features = false }
32-
crypto = { package = "chuchi-crypto", version = "0.2.0-pre.0", features = [
32+
crypto = { package = "chuchi-crypto", version = "0.2.0-pre.1", features = [
3333
"cipher",
3434
"signature",
3535
], optional = true }

lafere/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fs = ["tokio/fs"]
2626
encrypted = ["crypto"]
2727

2828
[dependencies]
29-
crypto = { package = "chuchi-crypto", version = "0.2.0-pre.0", features = [
29+
crypto = { package = "chuchi-crypto", version = "0.2.0-pre.1", features = [
3030
"cipher",
3131
"signature",
3232
], optional = true }

0 commit comments

Comments
 (0)