aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-08-02 16:14:54 +0200
committerHampusM <hampus@hampusmat.com>2023-08-02 16:14:54 +0200
commite4284733fa57235416415d0556015f96a0c352df (patch)
treea82c4a479f7b119bd3e08a1cce530bfa40e55a54 /Cargo.toml
parent6cf11b386c429ed8bafb053d1c2f4748b64d0f08 (diff)
build: improve the fix for the predicates-tree MSRV change
Dependents won't be prevented from using a newer version of predicates-tree now
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6c7d6bd..3d343db 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -64,8 +64,10 @@ tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread", "time"] }
#
# Follow this on
# https://github.com/asomers/mockall/issues/507
-predicates-tree = "=1.0.7"
-predicates-core = "=1.0.5"
+[patch.crates-io]
+predicates-tree = { git = "https://github.com/assert-rs/predicates-rs", tag = "v2.1.3", version = "^1.0.7" }
+predicates-core = { git = "https://github.com/assert-rs/predicates-rs", tag = "v2.1.3", version = "^1.0.5" }
+
[workspace]
members = [