Skip to content

Commit 94835ac

Browse files
authored
Upgrade to newer dependencies and toolchain (#128)
1 parent 95223ce commit 94835ac

File tree

25 files changed

+13098
-13133
lines changed

25 files changed

+13098
-13133
lines changed

CHANGELOG.md

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,43 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
## [0.18.0]
11+
12+
### Changed
13+
14+
- For ink! 5.1 support: Bump `ink`, `cargo-contract`, `frame-` and `sp-` crates.
15+
- Use Rust 1.81 as the default toolchain.
16+
17+
## [0.17.0]
18+
19+
### Added
20+
21+
- Return error when call was reverted.
22+
23+
## [0.16.0]
24+
25+
### Changed
26+
27+
- Switch types from Rc to Arc.
28+
829
## [0.15.0]
930

10-
- Migrate `Sandbox` related code to `ink_sandbox` crate.
31+
### Changed
1132

12-
## [Unreleased]
33+
- Migrate `Sandbox` related code to `ink_sandbox` crate.
1334

1435
## [0.14.0]
1536

16-
- Bump `ink` to `5.0.0` and `cargo-contract` to `4.0.0`
37+
### Changed
1738

39+
- Bump `ink` to `5.0.0` and `cargo-contract` to `4.0.0`
1840
- Rework Sandbox API to better support custom Runtime
1941

20-
# [0.13.0]
42+
## [0.13.0]
43+
44+
### Changed
2145

2246
- Bump `ink`, `cargo-contract`, `frame-` and `sp-` crates.
2347

0 commit comments

Comments
 (0)