Skip to content

Commit

Permalink
pump UPLC version to latest Aiken v1.0.19-alpha version (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
h2physics authored Oct 16, 2023
1 parent 6fc2b76 commit 2a65830
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ itertools = "0.10.1"
rand = "0.8.4"
schemars = "0.8.8"
serde = { version = "1.0", features = ["derive"] }
uplc = { git = "https://github.com/aiken-lang/aiken.git", rev = "93135cebbb14f9a773b77f825bd4bd099ea90a1b", default-features = false}
uplc = { git = "https://github.com/aiken-lang/aiken.git", rev = "10b9dc204257328b758692d9c714b576d3b0a1dc", default-features = false}

# non-wasm
[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "emscripten"))))'.dependencies]
Expand Down

0 comments on commit 2a65830

Please sign in to comment.