Skip to content

Commit

Permalink
Merge pull request #32 from trilitech/[email protected]
Browse files Browse the repository at this point in the history
publish 0.4.3 to crates.io
  • Loading branch information
emturner authored Mar 13, 2023
2 parents dc2646e + f269d26 commit 53977a1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: dry-run (crypto)
run: cargo publish --dry-run -p tezos_crypto
- name: publish (crypto)
run: cargo publish -p tezos_crypto --token ${CRATES_TOKEN}
run: cargo publish -p tezos_crypto_rs --token ${CRATES_TOKEN}
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
- name: dry-run (derive)
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Nothing.

## [0.4.3] - 2023-03-14

## [0.4.2] - 2023-03-14

### Changed
Expand Down
2 changes: 1 addition & 1 deletion crypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tezos_crypto_rs"
version = "0.4.2"
version = "0.4.3"
authors = ["TriliTech <[email protected]>"]
edition = "2021"
rust-version = "1.60"
Expand Down
2 changes: 1 addition & 1 deletion tezos-encoding-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tezos_data_encoding_derive"
version = "0.4.2"
version = "0.4.3"
authors = ["TriliTech <[email protected]>"]
edition = "2021"
rust-version = "1.60"
Expand Down
6 changes: 3 additions & 3 deletions tezos-encoding/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tezos_data_encoding"
version = "0.4.2"
version = "0.4.3"
authors = ["TriliTech <[email protected]>"]
edition = "2021"
rust-version = "1.60"
Expand All @@ -22,12 +22,12 @@ lazy_static = "1.4"

[dependencies.tezos_crypto_rs]
path = "../crypto"
version = "0.4.2"
version = "0.4.3"
default-features = false

[dependencies.tezos_data_encoding_derive]
path = "../tezos-encoding-derive"
version = "0.4.2"
version = "0.4.3"

[features]

Expand Down

0 comments on commit 53977a1

Please sign in to comment.