Skip to content

Commit

Permalink
Update casper crates.
Browse files Browse the repository at this point in the history
  • Loading branch information
zie1ony committed May 11, 2023
1 parent 4b42b52 commit c2d477c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.0] - 2023-05-11

### Changed

- Updated casper crates to `2.0.0`.

## [0.2.0] - 2023-02-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
]

[workspace.package]
version = "0.2.0"
version = "0.3.0"
authors = ["Maciej Zieliński <maciej@odra.dev>"]
description = "The smart contract level events for Casper."
edition = "2021"
Expand Down
6 changes: 3 additions & 3 deletions casper-event-standard/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ license.workspace = true
doctest = false

[dependencies]
casper-types = "1.5.0"
casper-event-standard-macro = { version = "0.2.0", path = "../casper-event-standard-macro" }
casper-types = "2.0.0"
casper-event-standard-macro = { version = "0.3.0", path = "../casper-event-standard-macro" }
serde = { version = "1.0", features = ["derive"], optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
casper-contract = { version = "1.4.4", default-features = false }
casper-contract = { version = "2.0.0", default-features = false }

[package.metadata.docs.rs]
default-target = "wasm32-unknown-unknown"
Expand Down
6 changes: 3 additions & 3 deletions integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ version = "0.1.0"
edition = "2021"

[dependencies]
casper-types = "1.5.0"
casper-types = "2.0.0"
casper-event-standard = { path = "../casper-event-standard" }
casper-contract = { version = "1.4.4", optional = true }
casper-engine-test-support = { version = "2.0.3", optional = true }
casper-contract = { version = "2.0.0", optional = true }
casper-engine-test-support = { version = "4.0.0", optional = true }

[features]
default = ["test-support", "contract-support"]
Expand Down

0 comments on commit c2d477c

Please sign in to comment.