Skip to content

Commit 7ca19f4

Browse files
committed
deps: pin animus-protocol tag = "v0.1.0" instead of branch = main
Cuts the silent-breaking-change risk where a main commit on animus-protocol would have rippled into a fresh `cargo build` here. animus-protocol v0.1.0 is tagged with CI green (d6b63f1).
1 parent d5fbe1e commit 7ca19f4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ name = "animus-provider-opencode"
1818
path = "src/main.rs"
1919

2020
[dependencies]
21-
animus-plugin-protocol = { git = "https://github.com/launchapp-dev/animus-protocol", branch = "main" }
22-
animus-provider-protocol = { git = "https://github.com/launchapp-dev/animus-protocol", branch = "main" }
23-
animus-plugin-runtime = { git = "https://github.com/launchapp-dev/animus-protocol", branch = "main" }
24-
animus-session-backend = { git = "https://github.com/launchapp-dev/animus-protocol", branch = "main" }
21+
animus-plugin-protocol = { git = "https://github.com/launchapp-dev/animus-protocol", tag = "v0.1.0" }
22+
animus-provider-protocol = { git = "https://github.com/launchapp-dev/animus-protocol", tag = "v0.1.0" }
23+
animus-plugin-runtime = { git = "https://github.com/launchapp-dev/animus-protocol", tag = "v0.1.0" }
24+
animus-session-backend = { git = "https://github.com/launchapp-dev/animus-protocol", tag = "v0.1.0" }
2525

2626
serde = { version = "1", features = ["derive"] }
2727
serde_json = "1"

0 commit comments

Comments
 (0)