Skip to content

Commit

Permalink
Versions Update
Browse files Browse the repository at this point in the history
  • Loading branch information
matiwinnetou committed Oct 18, 2023
1 parent b201ef1 commit fb1ee73
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
name = "aiken-jna-wrapper"
version = "0.5.0"
authors = ["satran004", "matiwinnetou"]
edition = "2021"
edition = "2023"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
crate-type = ["cdylib"]

[dependencies]
aiken = "1.0.15-alpha"
uplc = "1.0.15-alpha"
aiken-lang = "1.0.15-alpha"
aiken = "1.0.19-alpha"
uplc = "1.0.19-alpha"
aiken-lang = "1.0.19-alpha"

pallas-addresses = "0.18.1"
pallas-codec = "0.18.1"
pallas-crypto = "0.18.1"
pallas-primitives = "0.18.1"
pallas-traverse = "0.18.1"
pallas-addresses = "0.19.1"
pallas-codec = "0.19.1"
pallas-crypto = "0.19.1"
pallas-primitives = "0.19.1"
pallas-traverse = "0.19.1"

ffi-support = "0.4.4"
jni = "0.20.0"
Expand All @@ -27,4 +27,4 @@ hex = "0.4.3"
minicbor = "0.19.1"
serde = { version = "1.0.95", features = ["derive"] }
serde_json = { version = "1.0.95" }
anyhow = "1.0.70"
anyhow = "1.0.75"

0 comments on commit fb1ee73

Please sign in to comment.