From e82b9584d7d2caeb587382b767645cf689703000 Mon Sep 17 00:00:00 2001 From: glihm Date: Tue, 16 Jan 2024 22:46:48 -0600 Subject: [PATCH] chore: bump cainome to 0.2.2 to fix composite details in functions --- Cargo.lock | 20 ++++++++++---------- crates/dojo-bindgen/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 35707e6ecc..a607446e38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1111,13 +1111,13 @@ checksum = "3a4f925191b4367301851c6d99b09890311d74b0d43f274c0b34c86d308a3663" [[package]] name = "cainome" version = "0.1.5" -source = "git+https://github.com/cartridge-gg/cainome?tag=v0.2.1#decf850b8979f4fbcf9d89f8d605ee260c23954b" +source = "git+https://github.com/cartridge-gg/cainome?tag=v0.2.2#46c9fa734b396632cb5f986294d05532ada80f9a" dependencies = [ "anyhow", "async-trait", - "cainome-cairo-serde 0.1.0 (git+https://github.com/cartridge-gg/cainome?tag=v0.2.1)", - "cainome-parser 0.1.0 (git+https://github.com/cartridge-gg/cainome?tag=v0.2.1)", - "cainome-rs 0.1.0 (git+https://github.com/cartridge-gg/cainome?tag=v0.2.1)", + "cainome-cairo-serde 0.1.0 (git+https://github.com/cartridge-gg/cainome?tag=v0.2.2)", + "cainome-parser 0.1.0 (git+https://github.com/cartridge-gg/cainome?tag=v0.2.2)", + "cainome-rs 0.1.0 (git+https://github.com/cartridge-gg/cainome?tag=v0.2.2)", "camino", "clap", "clap_complete", @@ -1145,7 +1145,7 @@ dependencies = [ [[package]] name = "cainome-cairo-serde" version = "0.1.0" -source = "git+https://github.com/cartridge-gg/cainome?tag=v0.2.1#decf850b8979f4fbcf9d89f8d605ee260c23954b" +source = "git+https://github.com/cartridge-gg/cainome?tag=v0.2.2#46c9fa734b396632cb5f986294d05532ada80f9a" dependencies = [ "starknet", "thiserror", @@ -1163,7 +1163,7 @@ dependencies = [ [[package]] name = "cainome-parser" version = "0.1.0" -source = "git+https://github.com/cartridge-gg/cainome?tag=v0.2.1#decf850b8979f4fbcf9d89f8d605ee260c23954b" +source = "git+https://github.com/cartridge-gg/cainome?tag=v0.2.2#46c9fa734b396632cb5f986294d05532ada80f9a" dependencies = [ "quote", "serde_json", @@ -1187,11 +1187,11 @@ dependencies = [ [[package]] name = "cainome-rs" version = "0.1.0" -source = "git+https://github.com/cartridge-gg/cainome?tag=v0.2.1#decf850b8979f4fbcf9d89f8d605ee260c23954b" +source = "git+https://github.com/cartridge-gg/cainome?tag=v0.2.2#46c9fa734b396632cb5f986294d05532ada80f9a" dependencies = [ "anyhow", - "cainome-cairo-serde 0.1.0 (git+https://github.com/cartridge-gg/cainome?tag=v0.2.1)", - "cainome-parser 0.1.0 (git+https://github.com/cartridge-gg/cainome?tag=v0.2.1)", + "cainome-cairo-serde 0.1.0 (git+https://github.com/cartridge-gg/cainome?tag=v0.2.2)", + "cainome-parser 0.1.0 (git+https://github.com/cartridge-gg/cainome?tag=v0.2.2)", "proc-macro2", "quote", "serde_json", @@ -2725,7 +2725,7 @@ name = "dojo-bindgen" version = "0.5.0" dependencies = [ "async-trait", - "cainome 0.1.5 (git+https://github.com/cartridge-gg/cainome?tag=v0.2.1)", + "cainome 0.1.5 (git+https://github.com/cartridge-gg/cainome?tag=v0.2.2)", "camino", "convert_case 0.6.0", "dojo-test-utils", diff --git a/crates/dojo-bindgen/Cargo.toml b/crates/dojo-bindgen/Cargo.toml index f16e6e6c4f..b36b36aeea 100644 --- a/crates/dojo-bindgen/Cargo.toml +++ b/crates/dojo-bindgen/Cargo.toml @@ -16,4 +16,4 @@ serde_json.workspace = true thiserror.workspace = true dojo-test-utils = { path = "../dojo-test-utils", features = [ "build-examples" ] } -cainome = { git = "https://github.com/cartridge-gg/cainome", tag = "v0.2.1" } +cainome = { git = "https://github.com/cartridge-gg/cainome", tag = "v0.2.2" }