Skip to content

Commit 96a27d3

Browse files
authored
Merge pull request #59 from mlabs-haskell/szg251/update-cargo
Update cargo files
2 parents 0f79249 + 2d93aa3 commit 96a27d3

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

is-plutus-data-derive/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

is-plutus-data-derive/Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
[package]
22
name = "is-plutus-data-derive"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
edition = "2021"
5+
license = "Apache-2.0"
6+
description = "Derive macro for IsPlutusData"
7+
repository = "https://github.com/mlabs-haskell/plutus-ledger-api-rust"
58

69
[dependencies]
710
proc-macro2 = "^1.0.66"
811
quote = "1.0.37"
9-
syn = { version = "2.0.79", features = ["full", "extra-traits"]}
12+
syn = { version = "2.0.79", features = ["full", "extra-traits"] }
1013
thiserror = "1.0.64"
1114

1215
[lib]

plutus-ledger-api/Cargo.lock

Lines changed: 1 addition & 1 deletion
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ num-traits = "~0.2.17"
2121
impl_ops = "0.1.1"
2222
chrono = { version = "0.4.34", optional = true }
2323
cardano-serialization-lib = "12.1.1"
24-
is-plutus-data-derive = { path = ".extras/is-plutus-data-derive-0" }
24+
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"
2727

0 commit comments

Comments
 (0)