We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 878c45d + f5e5878 commit dbd449aCopy full SHA for dbd449a
Cargo.toml
@@ -13,7 +13,7 @@ edition = "2018"
13
documentation = "https://docs.rs/crate/parsec-client"
14
15
[dependencies]
16
-parsec-interface = "0.20.2"
+parsec-interface = { git = "https://github.com/parallaxsecond/parsec-interface-rs.git", rev = "ce3590dc0cb7f345f328fec0dc22073da1b4699c" }
17
num = "0.3.0"
18
log = "0.4.11"
19
derivative = "2.1.1"
@@ -26,6 +26,3 @@ mockstream = "0.0.3"
26
[features]
27
testing = ["parsec-interface/testing", "no-fs-permission-check"]
28
no-fs-permission-check = []
29
-
30
-[patch.crates-io]
31
-parsec-interface = { git = "https://github.com/parallaxsecond/parsec-interface-rs.git", rev = "ce3590dc0cb7f345f328fec0dc22073da1b4699c" }
0 commit comments