Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Jan 2, 2021
1 parent c20822e commit d5cb59c
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --release --all --features ci_skip --no-fail-fast
args: --all --features ci_skip --no-fail-fast

test-package:
name: Test Package
Expand Down
24 changes: 12 additions & 12 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,37 +70,37 @@ version = "1.0.7"

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

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

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

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

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

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

[dependencies.clap]
Expand Down
16 changes: 8 additions & 8 deletions compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,43 +59,43 @@ version = "1.0.7"

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

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

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

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

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

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

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

[dependencies.bincode]
Expand Down Expand Up @@ -135,7 +135,7 @@ version = "0.3"

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

Expand Down
12 changes: 6 additions & 6 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,25 @@ version = "1.0.7"

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

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

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

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

[dependencies.rand]
Expand All @@ -61,11 +61,11 @@ version = "1.0"

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

[dev-dependencies.snarkvm-curves]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "14d1f50"
rev = "f99f13d"
version = "0.0.1"
default-features = false
6 changes: 3 additions & 3 deletions gadgets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ edition = "2018"

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

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

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

[dependencies.rand]
Expand Down
16 changes: 8 additions & 8 deletions state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,43 +27,43 @@ version = "1.0.7"

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

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

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

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

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

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

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

[dependencies.indexmap]
Expand All @@ -81,5 +81,5 @@ version = "1.0"

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

0 comments on commit d5cb59c

Please sign in to comment.