Skip to content

Commit 4e316ed

Browse files
authored
Merge pull request #60 from mlabs-haskell/szg251/update-csl
Bump csl
2 parents 96a27d3 + 4e43169 commit 4e316ed

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

plutus-ledger-api/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
This changelog is based on [Keep A
55
Changelog](https://keepachangelog.com/en/1.1.0).
66

7+
## v2.1.0
8+
9+
### Added
10+
11+
- Re-exported cardano-serialization-lib as `plutus-ledger-api::csl::lib`
12+
13+
### Changed
14+
15+
- Updated to cardano-serialization-lib 13.1.0
16+
717
## v2.0.0
818

919
### Added

plutus-ledger-api/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plutus-ledger-api/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plutus-ledger-api"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Plutus Ledger types and utilities implemented in Rust"
@@ -20,7 +20,7 @@ linked-hash-map = "~0.5.6"
2020
num-traits = "~0.2.17"
2121
impl_ops = "0.1.1"
2222
chrono = { version = "0.4.34", optional = true }
23-
cardano-serialization-lib = "12.1.1"
23+
cardano-serialization-lib = "13.1.0"
2424
is-plutus-data-derive = { version = "1.0.0", path = ".extras/is-plutus-data-derive-0" }
2525
anyhow = "1.0.86"
2626
nom = "7.1.3"

plutus-ledger-api/src/csl/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pub mod csl_to_pla;
22
pub mod pla_to_csl;
3+
pub use cardano_serialization_lib as lib;

0 commit comments

Comments
 (0)