Skip to content

Commit 1b5a431

Browse files
committed
temporarily modify Cargo.toml
1 parent b7299d6 commit 1b5a431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ rustdoc-args = ["--document-private-items", "--generate-link-to-definition"]
4040

4141
[dependencies]
4242
abscissa_core = { version = "0.7.0", default-features = false, features = ["application"] }
43-
rustic_backend = { git = "https://github.com/rustic-rs/rustic_core.git", features = ["cli"] }
44-
rustic_core = { git = "https://github.com/rustic-rs/rustic_core.git", features = ["cli"] }
43+
rustic_backend = { git = "https://github.com/rustic-rs/rustic_core.git", branch = "lock", features = ["cli"] }
44+
rustic_core = { git = "https://github.com/rustic-rs/rustic_core.git", branch = "lock", features = ["cli"] }
4545

4646
# allocators
4747
jemallocator-global = { version = "0.3.2", optional = true }

0 commit comments

Comments
 (0)