diff --git a/Cargo.toml b/Cargo.toml index 97bca26669..40deac984d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snarkos" -version = "4.7.4" +version = "4.7.5" authors = [ "The Aleo Team " ] description = "A decentralized operating system" homepage = "https://aleo.org" @@ -48,7 +48,7 @@ default-features = false [workspace.dependencies.snarkvm] #path = "../snarkVM" git = "https://github.com/ProvableHQ/snarkVM.git" -rev = "0aa6c6931" +rev = "74ba6e2" #version = "=4.7.3" default-features = false