From 7de52d711e7964e8f7717e2f52bc49cc112acd1c Mon Sep 17 00:00:00 2001 From: Cosmic Vagabond <121588426+cosmic-vagabond@users.noreply.github.com> Date: Fri, 24 Nov 2023 04:42:23 +0100 Subject: [PATCH] Update Cargo.toml (#40) --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c26d8d8..90190ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,13 +14,13 @@ thiserror = "1" schemars = "0.8.1" cosmwasm-schema = "1.1.4" cw-utils = "0.13" -elys-bindings = { version = "0.1.0", git = "https://github.com/elys-network/bindings", branch = "main" } +elys-bindings = { version = "0.1.0", git = "https://github.com/elys-network/bindings", tag = "v0.1.0" } [dev-dependencies] cw-multi-test = "0.13.4" serde_json = "1.0.107" -elys-bindings = { version = "0.1.0", git = "https://github.com/elys-network/bindings", branch = "main", features = [ +elys-bindings = { version = "0.1.0", git = "https://github.com/elys-network/bindings", tag = "v0.1.0", features = [ "testing", ] } -elys-bindings-test = { version = "0.1.0", git = "https://github.com/elys-network/bindings", branch = "main" } +elys-bindings-test = { version = "0.1.0", git = "https://github.com/elys-network/bindings", tag = "v0.1.0" }