git.delta.rocks / unique-network / refs/commits / fd1e50be61c5

difftreelog

misc: update version

Trubnikov Sergey2023-01-12parent: #664a920.patch.diff
in: master

3 files changed

modifiedCargo.lockdiffbeforeafterboth
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2321,7 +2321,7 @@
 
 [[package]]
 name = "evm-coder"
-version = "0.1.5"
+version = "0.1.6"
 dependencies = [
  "ethereum 0.14.0",
  "evm-coder-procedural",
modifiedcrates/evm-coder/CHANGELOG.mddiffbeforeafterboth
before · crates/evm-coder/CHANGELOG.md
1# Change Log23All notable changes to this project will be documented in this file.45<!-- bureaucrate goes here -->6## [v0.1.5] - 2022-11-3078### Added9- Derive macro to support structures and enums.1011## [v0.1.4] - 2022-11-021213### Added1415- Named structures support.1617## [v0.1.3] - 2022-08-291819### Fixed2021- Parsing simple values.2223## [v0.1.2] 2022-08-192425### Added2627- Implementation `AbiWrite` for tuples.2829### Fixes3031- Tuple generation for solidity.3233## [v0.1.1] 2022-08-163435### Other changes3637- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a3839- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf84041- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b
after · crates/evm-coder/CHANGELOG.md
1# Change Log23All notable changes to this project will be documented in this file.45<!-- bureaucrate goes here -->6## [v0.1.6] - 2023-01-1278### Added9- Support Option<T> type.10### Removed11- Frontier dependency.1213## [v0.1.5] - 2022-11-301415### Added16- Derive macro to support structures and enums.1718## [v0.1.4] - 2022-11-021920### Added2122- Named structures support.2324## [v0.1.3] - 2022-08-292526### Fixed2728- Parsing simple values.2930## [v0.1.2] 2022-08-193132### Added3334- Implementation `AbiWrite` for tuples.3536### Fixes3738- Tuple generation for solidity.3940## [v0.1.1] 2022-08-164142### Other changes4344- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a4546- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf84748- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b
modifiedcrates/evm-coder/Cargo.tomldiffbeforeafterboth
--- a/crates/evm-coder/Cargo.toml
+++ b/crates/evm-coder/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "evm-coder"
-version = "0.1.5"
+version = "0.1.6"
 license = "GPLv3"
 edition = "2021"