Skip to content

Commit dbd449a

Browse files
authored
Merge pull request #54 from joechrisellis/parsec-interface-versioning-quickfix
Quickfix: replace parsec-interface patch with a direct dependency
2 parents 878c45d + f5e5878 commit dbd449a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2018"
1313
documentation = "https://docs.rs/crate/parsec-client"
1414

1515
[dependencies]
16-
parsec-interface = "0.20.2"
16+
parsec-interface = { git = "https://github.com/parallaxsecond/parsec-interface-rs.git", rev = "ce3590dc0cb7f345f328fec0dc22073da1b4699c" }
1717
num = "0.3.0"
1818
log = "0.4.11"
1919
derivative = "2.1.1"
@@ -26,6 +26,3 @@ mockstream = "0.0.3"
2626
[features]
2727
testing = ["parsec-interface/testing", "no-fs-permission-check"]
2828
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

Comments
 (0)