From 1caf5d3d3f6756a7be9a262b61f58ed1cdcc4c8b Mon Sep 17 00:00:00 2001 From: h2physics Date: Mon, 16 Oct 2023 09:26:07 +0700 Subject: [PATCH] pump UPLC version to latest Aiken v1.0.19-alpha version --- rust/Cargo.lock | 8 ++++---- rust/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index a41b6a5..cfa4846 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -341,8 +341,8 @@ dependencies = [ [[package]] name = "flat-rs" -version = "1.0.10-alpha" -source = "git+https://github.com/aiken-lang/aiken.git?rev=93135cebbb14f9a773b77f825bd4bd099ea90a1b#93135cebbb14f9a773b77f825bd4bd099ea90a1b" +version = "1.0.19-alpha" +source = "git+https://github.com/aiken-lang/aiken.git?rev=10b9dc204257328b758692d9c714b576d3b0a1dc#10b9dc204257328b758692d9c714b576d3b0a1dc" dependencies = [ "anyhow", "thiserror", @@ -1223,8 +1223,8 @@ checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" [[package]] name = "uplc" -version = "1.0.10-alpha" -source = "git+https://github.com/aiken-lang/aiken.git?rev=93135cebbb14f9a773b77f825bd4bd099ea90a1b#93135cebbb14f9a773b77f825bd4bd099ea90a1b" +version = "1.0.19-alpha" +source = "git+https://github.com/aiken-lang/aiken.git?rev=10b9dc204257328b758692d9c714b576d3b0a1dc#10b9dc204257328b758692d9c714b576d3b0a1dc" dependencies = [ "anyhow", "cryptoxide", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index fb1d797..4ce11cb 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -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]