From 15c84d0819a64fb79c679aefffc1b77bbf50322f Mon Sep 17 00:00:00 2001 From: jordy25519 Date: Wed, 11 Dec 2024 10:06:23 +0800 Subject: [PATCH] update (#97) --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c8d8603..d81318d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1784,7 +1784,7 @@ dependencies = [ [[package]] name = "drift-idl-gen" version = "0.1.2" -source = "git+https://github.com/drift-labs/drift-rs?tag=v1.0.0-alpha.4#7304ad47f07877cfd10f6826359a76684aec002a" +source = "git+https://github.com/drift-labs/drift-rs?tag=v1.0.0-alpha.5#343f2986a41a11df99b366da83d8a5cfbae10c1d" dependencies = [ "proc-macro2", "quote", @@ -1796,8 +1796,8 @@ dependencies = [ [[package]] name = "drift-rs" -version = "1.0.0-alpha.4" -source = "git+https://github.com/drift-labs/drift-rs?tag=v1.0.0-alpha.4#7304ad47f07877cfd10f6826359a76684aec002a" +version = "1.0.0-alpha.5" +source = "git+https://github.com/drift-labs/drift-rs?tag=v1.0.0-alpha.5#343f2986a41a11df99b366da83d8a5cfbae10c1d" dependencies = [ "abi_stable", "ahash 0.8.11", diff --git a/Cargo.toml b/Cargo.toml index 040b06b..d916c1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] actix-web = "*" argh = "*" -drift-rs = { git = "https://github.com/drift-labs/drift-rs", tag = "v1.0.0-alpha.4" } +drift-rs = { git = "https://github.com/drift-labs/drift-rs", tag = "v1.0.0-alpha.5" } env_logger = "*" futures-util = "*" log = "*"