diff --git a/Cargo.lock b/Cargo.lock index 60da2ad..d653e54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ dependencies = [ [[package]] name = "aigis" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "axum", @@ -48,7 +48,7 @@ dependencies = [ [[package]] name = "aigis-bin" -version = "0.1.0" +version = "0.1.1" dependencies = [ "aigis", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c585072..ad5e0da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "0.1.0" +version = "0.1.1" name = "aigis-bin" description = "Binary for Aigis, a simple and configurable content proxy." authors = ["Blooym"] @@ -32,7 +32,7 @@ cache-moka = ["aigis/cache-moka"] [dependencies] anyhow = "1.0.81" -aigis = { version = "0.1.0", path = "crates/core", default-features = false } +aigis = { version = "0.1.1", path = "crates/core", default-features = false } bytesize = "1.3.0" clap = { version = "4.5.3", features = ["derive", "env"] } dotenvy = "0.15.7" diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 8093eff..fefc3e5 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "0.1.0" +version = "0.1.1" name = "aigis" description = "A simple and configurable content proxy." authors = ["Blooym"]