Skip to content

Commit 34def27

Browse files
David Tolnayfacebook-github-bot
authored andcommitted
Rename v7 of nom to nom-old
Summary: Nom v7 to v8 turns out to be too invasive to upgrade in one diff for the whole repo. This diff renames the existing import of nom v7 to "nom-old", and D75796557 will import nom v8 as "nom". After upgrading the usages one-by-one from nom-old to nom, v7 can be removed. Differential Revision: D75796558 fbshipit-source-id: fde992d01687834e8c190b0ac929898433d3a7f9
1 parent 22bfa4d commit 34def27

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

eden/mononoke/hgproto/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rust_library(
2222
"fbsource//third-party/rust:futures",
2323
"fbsource//third-party/rust:hex",
2424
"fbsource//third-party/rust:itertools",
25-
"fbsource//third-party/rust:nom",
25+
"fbsource//third-party/rust:nom-old",
2626
"fbsource//third-party/rust:pin-project",
2727
"fbsource//third-party/rust:thiserror",
2828
"fbsource//third-party/rust:tokio",

eden/mononoke/mercurial/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rust_library(
3333
"fbsource//third-party/rust:bytes",
3434
"fbsource//third-party/rust:flate2",
3535
"fbsource//third-party/rust:memmap2",
36-
"fbsource//third-party/rust:nom",
36+
"fbsource//third-party/rust:nom-old",
3737
"fbsource//third-party/rust:thiserror",
3838
":mercurial_types",
3939
"//eden/scm/lib/lz4-pyframe:lz4-pyframe",

0 commit comments

Comments
 (0)