From 2e946430445b342636c9a03166068de2c29bcef6 Mon Sep 17 00:00:00 2001 From: politeWall <138504353+politeWall@users.noreply.github.com> Date: Tue, 19 Dec 2023 18:06:00 +0100 Subject: [PATCH] ci: version update --- Cargo.lock | 2 +- Cargo.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 155297e..790afdd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -391,7 +391,7 @@ dependencies = [ [[package]] name = "financial_snapshot_contract" -version = "0.3.1" +version = "0.0.0" dependencies = [ "anyhow", "cosmwasm-schema", diff --git a/Cargo.toml b/Cargo.toml index 0b7660d..0d910b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "financial_snapshot_contract" -version = "0.3.1" +version = "0.0.0" edition = "2021" [lib] @@ -15,13 +15,13 @@ schemars = "0.8.1" cosmwasm-schema = "1.1.4" cw-utils = "0.13" anyhow = "1" -elys-bindings = { version = "0.9.0", git = "https://github.com/elys-network/bindings", tag = "v0.9.0" } +elys-bindings = { git = "https://github.com/elys-network/bindings", tag = "v0.11.0" } [dev-dependencies] cw-multi-test = "0.13.4" -elys-bindings = { version = "0.9.0", git = "https://github.com/elys-network/bindings", tag = "v0.9.0", features = [ +elys-bindings = { git = "https://github.com/elys-network/bindings", tag = "v0.11.0", features = [ "testing", ] } [profile.release] -debug = true \ No newline at end of file +debug = true