From 9195b1629b8d5f788377cf6c0594ae7a0ac166a5 Mon Sep 17 00:00:00 2001 From: Youngjoon Lee <5462944+youngjoon-lee@users.noreply.github.com> Date: Sun, 5 Jul 2026 20:19:42 +0900 Subject: [PATCH] build: bump atman to v0.0.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83df00c..2563923 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -424,7 +424,7 @@ dependencies = [ [[package]] name = "atman" version = "0.1.0" -source = "git+https://github.com/atman-project/atman.git?branch=main#3b6838a7d7a51ac481a8d45f1ebfd53b84c602d6" +source = "git+https://github.com/atman-project/atman.git?tag=v0.0.3#3b6838a7d7a51ac481a8d45f1ebfd53b84c602d6" dependencies = [ "actman", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index fcd6865..5a0a916 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ lto = true strip = "symbols" [workspace.dependencies] -atman = { git = "https://github.com/atman-project/atman.git", branch = "main", default-features = false, features = [ +atman = { git = "https://github.com/atman-project/atman.git", tag = "v0.0.3", default-features = false, features = [ "blobs", ] } anyhow = "1"