Skip to content

Commit

Permalink
release: v0.6.0 - encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
emturner committed Jul 1, 2024
1 parent c00432b commit b59de75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
publish-crypto:
runs-on: ubuntu-latest
needs: [publish-encoding]
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -32,7 +33,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 b59de75

Please sign in to comment.