Skip to content

Commit

Permalink
Merge pull request #519 from AleoHQ/refactor/deps
Browse files Browse the repository at this point in the history
Update snarkVM deps to crates
  • Loading branch information
collinc97 committed Jan 4, 2021
2 parents bf2280e + 87ccc0f commit b34f003
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 117 deletions.
60 changes: 36 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 6 additions & 18 deletions Cargo.toml
Expand Up @@ -69,39 +69,27 @@ path = "./state"
version = "1.0.7"

[dependencies.snarkvm-algorithms]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"
default-features = false

[dependencies.snarkvm-curves]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"
default-features = false

[dependencies.snarkvm-errors]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"
default-features = false

[dependencies.snarkvm-gadgets]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"
default-features = false

[dependencies.snarkvm-models]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"
default-features = false

[dependencies.snarkvm-utilities]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"

[dependencies.clap]
version = "2.33.3"
Expand Down
32 changes: 8 additions & 24 deletions compiler/Cargo.toml
Expand Up @@ -58,45 +58,31 @@ path = "../type-inference"
version = "1.0.7"

[dependencies.snarkvm-curves]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"
default-features = false

[dependencies.snarkvm-dpc]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"
default-features = false

[dependencies.snarkvm-errors]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"
default-features = false

[dependencies.snarkvm-gadgets]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"
default-features = false

[dependencies.snarkvm-models]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"
default-features = false

[dependencies.snarkvm-objects]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"
default-features = false

[dependencies.snarkvm-utilities]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"

[dependencies.bincode]
version = "1.0"
Expand Down Expand Up @@ -134,9 +120,7 @@ version = "0.1"
version = "0.3"

[dev-dependencies.snarkvm-algorithms]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"
default-features = false

[features]
Expand Down
24 changes: 6 additions & 18 deletions core/Cargo.toml
Expand Up @@ -26,27 +26,19 @@ path = "../gadgets"
version = "1.0.7"

[dependencies.snarkvm-errors]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"
default-features = false

[dependencies.snarkvm-gadgets]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"
default-features = false

[dependencies.snarkvm-models]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"
default-features = false

[dependencies.snarkvm-utilities]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"

[dependencies.rand]
version = "0.7"
Expand All @@ -60,12 +52,8 @@ default-features = false
version = "1.0"

[dev-dependencies.snarkvm-utilities]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"

[dev-dependencies.snarkvm-curves]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"
default-features = false
12 changes: 3 additions & 9 deletions gadgets/Cargo.toml
Expand Up @@ -18,21 +18,15 @@ license = "GPL-3.0"
edition = "2018"

[dependencies.snarkvm-errors]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"
default-features = false

[dependencies.snarkvm-models]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"
default-features = false

[dependencies.snarkvm-utilities]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"

[dependencies.rand]
version = "0.7"
Expand Down
32 changes: 8 additions & 24 deletions state/Cargo.toml
Expand Up @@ -26,45 +26,31 @@ path = "../ast"
version = "1.0.7"

[dependencies.snarkvm-algorithms]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"
default-features = false

[dependencies.snarkvm-curves]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"
default-features = false

[dependencies.snarkvm-dpc]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"
default-features = false

[dependencies.snarkvm-errors]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"
default-features = false

[dependencies.snarkvm-models]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"
default-features = false

[dependencies.snarkvm-objects]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"
default-features = false

[dependencies.snarkvm-utilities]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"

[dependencies.indexmap]
version = "1.6.1"
Expand All @@ -80,6 +66,4 @@ version = "0.2"
version = "1.0"

[dev-dependencies.snarkvm-storage]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "f99f13d"
version = "0.0.1"
version = "0.0.2"

0 comments on commit b34f003

Please sign in to comment.