diff --git a/Cargo.toml b/Cargo.toml index dcd1703..35eca7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "animus-provider-codex" -version = "0.2.8" +version = "0.2.9" edition = "2021" license = "MIT" description = "OpenAI Codex CLI provider plugin for Animus" @@ -18,10 +18,10 @@ name = "animus-provider-codex" path = "src/main.rs" [dependencies] -animus-plugin-protocol = { git = "https://github.com/launchapp-dev/animus-protocol", tag = "v0.1.13.5" } -animus-provider-protocol = { git = "https://github.com/launchapp-dev/animus-protocol", tag = "v0.1.13.5" } -animus-plugin-runtime = { git = "https://github.com/launchapp-dev/animus-protocol", tag = "v0.1.13.5" } -animus-session-backend = { git = "https://github.com/launchapp-dev/animus-protocol", tag = "v0.1.13.5" } +animus-plugin-protocol = { git = "https://github.com/launchapp-dev/animus-protocol", tag = "v0.1.13.6" } +animus-provider-protocol = { git = "https://github.com/launchapp-dev/animus-protocol", tag = "v0.1.13.6" } +animus-plugin-runtime = { git = "https://github.com/launchapp-dev/animus-protocol", tag = "v0.1.13.6" } +animus-session-backend = { git = "https://github.com/launchapp-dev/animus-protocol", tag = "v0.1.13.6" } serde = { version = "1", features = ["derive"] } serde_json = "1"