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"