We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d3593 commit 675e53dCopy full SHA for 675e53d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "osvm"
3
-version = "0.1.6"
+version = "0.2.4"
4
edition = "2021"
5
license = "WTFPL"
6
publish = false
@@ -48,4 +48,4 @@ default = []
48
remote-wallet = ["solana-remote-wallet"]
49
50
[patch.crates-io]
51
-curve25519-dalek = { git = "https://github.com/dalek-cryptography/curve25519-dalek", tag = "3.2.0" }
+curve25519-dalek = { git = "https://github.com/dalek-cryptography/curve25519-dalek", tag = "3.2.0" }
0 commit comments