Skip to content

Commit c2e69b5

Browse files
authored
Upgrade to published recrypt version instead of pointing to repo tag (#23)
1 parent 8274bb6 commit c2e69b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate-type = ["dylib"]
99

1010
[dependencies]
1111
rand = "~0.6.1"
12-
recrypt = { git = "https://github.com/IronCoreLabs/recrypt-rs", tag = "0.5.1"}
12+
recrypt = "~0.6"
1313
neon = "~0.2.0"
1414

1515
[build-dependencies]

0 commit comments

Comments
 (0)