From 2f246ebe7354be3fe330221d9317f4f2fab161e7 Mon Sep 17 00:00:00 2001 From: adairrr <32375605+adairrr@users.noreply.github.com> Date: Sun, 24 Nov 2024 12:19:07 -0500 Subject: [PATCH] Update git dependencies to 0.25 --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 69fdeea..20d088c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,11 +22,11 @@ thiserror = { version = "1.0.64" } schemars = "0.8" cw-asset = { version = "4.0.0" } -abstract-app = { version = "0.24.1-beta.2" } -abstract-adapter = { version = "0.24.1-beta.2" } -abstract-standalone = { version = "0.24.1-beta.2" } -abstract-interface = { version = "0.24.1-beta.2" } -abstract-client = { version = "0.24.1-beta.2" } +abstract-app = { version = "0.25.0", git = "https://github.com/AbstractSDK/abstract", tag = "v0.25.0" } +abstract-adapter = { version = "0.25.0", git = "https://github.com/AbstractSDK/abstract", tag = "v0.25.0" } +abstract-standalone = { version = "0.25.0", git = "https://github.com/AbstractSDK/abstract", tag = "v0.25.0" } +abstract-interface = { version = "0.25.0", git = "https://github.com/AbstractSDK/abstract", tag = "v0.25.0" } +abstract-client = { version = "0.25.0", git = "https://github.com/AbstractSDK/abstract", tag = "v0.25.0" } cw-orch = { version = "0.25.1" } lazy_static = "1.4.0"