Skip to content

Commit 859e57e

Browse files
committed
Switch to latest nom
1 parent 3d5b229 commit 859e57e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

git-object/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ quick-error = "2.0.0"
2323
hex = "0.4.2"
2424
btoi = "0.4.2"
2525
bstr = { version = "0.2.13", default-features = false, features = ["std"] }
26-
nom = { version = "6.0.0-alpha1", default-features = false, features = ["alloc"]}
26+
nom = { version = "6", default-features = false, features = ["alloc"]}
2727
smallvec = "1.4.0"
2828
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]}
2929
itoa = "0.4.6"

git-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ git-hash = { version = "^0.3.0", path = "../git-hash" }
3333
quick-error = "2.0.0"
3434
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"]}
3535
bstr = { version = "0.2.13", default-features = false, features = ["std"] }
36-
nom = { version = "6.0.0-alpha1", default-features = false, features = ["alloc"]}
36+
nom = { version = "6", default-features = false, features = ["alloc"]}
3737
btoi = "0.4.2"
3838

3939
[dev-dependencies]

0 commit comments

Comments
 (0)