Skip to content

Commit

Permalink
Problem: Missing v0.3.4 release (fix #903) (#904)
Browse files Browse the repository at this point in the history
* Problem: Missing v0.3.4 release (fix #903)

* Upgrade borsh and crossbeam-channel

* Upgrade enumflags2

* Ignore RUSTSEC-2023-0033

* Add one more --ignore
  • Loading branch information
damoncro authored Apr 17, 2023
1 parent 0fbe808 commit 7021c5d
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 23 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
- name: Install cargo audit
run: cargo install cargo-audit
# RUSTSEC-2021-0145: `atty` transitive dependency, only informational for Windows (not exploitable in practice)
- run: cargo audit --deny warnings --ignore RUSTSEC-2021-0145
# RUSTSEC-2023-0033: fixed until https://github.com/near/borsh-rs/issues/19
- run: cargo audit --deny warnings --ignore RUSTSEC-2021-0145 --ignore RUSTSEC-2023-0033
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
Unreleased

## [0.3.4] - 2023-4-14
### Changed
- Upgrade ethers to 2.0
- Set ethers request timeout to 60 seconds


## [0.3.3] - 2023-3-2
Expand All @@ -10,7 +14,7 @@ Unreleased
- Pin to the nix 2.13
- Add code owners
- Fix README.md for main.rs
- Fix compile for android
- Fix compile for android

## [0.3.2] - 2022-12-15
### Added
Expand Down
36 changes: 18 additions & 18 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion bindings/cpp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "defi-wallet-core-cpp"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
rust-version = "1.57"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion bindings/wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "defi-wallet-core-wasm"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
rust-version = "1.57"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "defi-wallet-core-common"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
rust-version = "1.57"
license = "Apache-2.0"
Expand Down

0 comments on commit 7021c5d

Please sign in to comment.