Skip to content

Commit

Permalink
Merge pull request #81 from trilitech/emturner-rv-12
Browse files Browse the repository at this point in the history
release: v0.6.0 - encoding
  • Loading branch information
emturner authored Jul 2, 2024
2 parents c00432b + 310fde5 commit 5770da3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
publish-crypto:
runs-on: ubuntu-latest
needs: [publish-encoding]
if: always()
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -32,7 +34,7 @@ jobs:

publish-encoding:
runs-on: ubuntu-latest
needs: [publish-crypto, publish-derive]
needs: [publish-derive]
if: always()
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion tezos-encoding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository = "https://github.com/trilitech/tezedge.git"
bit-vec = "0.6.2"
thiserror = "1.0"
hex = "0.4"
num-bigint = { version = "0.4", default-features = false }
num-bigint = { version = "0.4", default-features = false, features = ["serde"] }
num-traits = "0.2.8"
serde = { version = "1.0", features = ["derive"] }
nom.workspace = true
Expand Down

0 comments on commit 5770da3

Please sign in to comment.