Skip to content

Commit cdab782

Browse files
committed
pin animus-protocol v0.5.9 (deferred dispatch protocol)
1 parent ebae0db commit cdab782

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ name = "animus_queue_default"
1515
path = "src/lib.rs"
1616

1717
[dependencies]
18-
animus-plugin-protocol = { path = "../animus-protocol/animus-plugin-protocol" }
19-
animus-queue-protocol = { path = "../animus-protocol/animus-queue-protocol" }
20-
animus-subject-protocol = { path = "../animus-protocol/animus-subject-protocol" }
18+
animus-plugin-protocol = { git = "https://github.com/launchapp-dev/animus-protocol", tag = "v0.5.9" }
19+
animus-queue-protocol = { git = "https://github.com/launchapp-dev/animus-protocol", tag = "v0.5.9" }
20+
animus-subject-protocol = { git = "https://github.com/launchapp-dev/animus-protocol", tag = "v0.5.9" }
2121

2222
serde = { version = "1", features = ["derive"] }
2323
serde_json = "1"

0 commit comments

Comments
 (0)