Skip to content

Commit

Permalink
pump UPLC version (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljttl3q04t authored Jun 19, 2023
1 parent b8621fd commit 73bde24
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
27 changes: 23 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 = "cdff149b5e9084f5249992c0dcb9e4ca3a972d05", default-features = false, features = ["native-secp256k1"]}
uplc = { git = "https://github.com/aiken-lang/aiken.git", rev = "93135cebbb14f9a773b77f825bd4bd099ea90a1b", default-features = false}

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

0 comments on commit 73bde24

Please sign in to comment.