mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-22 12:56:28 +00:00
2afb6babfa
Summary: ignore-conflict-markers A while ago, I made the parsing of tags in gitoxide tolerate a missing timestamp. We have now seen this situation in two repos: * aosp/platform/external/brctl * aosp/platform/external/iproute2 Update all gitoxide crates to their latest version (equivalent to upstream main) to propagate that fix to us. I had to list all gitoxide crates explicitely to avoid issues with conflicting requirements for any crates in the dependency chain. The commit I'm pointing at in my fork of gitoxide is litterally `main` plus a version update to propagate the fix throughout the gix ecosystem. NOTE: I had to slightly edit the integration test to make the failure representative of the incorrect parsing, but see the updated integration test for proof that the latest version can parse a tag that's missing a timestamp. Reviewed By: RajivTS, singhsrb Differential Revision: D63771328 fbshipit-source-id: fdbc9d762bacf48c7b17615181371cd92a4a921f
30 lines
793 B
TOML
30 lines
793 B
TOML
# @generated by autocargo from //hermetic_infra/reverie:reverie-process
|
|
|
|
[package]
|
|
name = "reverie-process"
|
|
version = "0.1.0"
|
|
authors = ["Meta Platforms"]
|
|
edition = "2021"
|
|
repository = "https://github.com/facebookexperimental/reverie"
|
|
license = "BSD-2-Clause"
|
|
|
|
[dependencies]
|
|
bincode = "1.3.3"
|
|
bitflags = { version = "2.6", features = ["serde"] }
|
|
colored = "2.1.0"
|
|
futures = { version = "0.3.30", features = ["async-await", "compat"] }
|
|
libc = "0.2.139"
|
|
nix = "0.25"
|
|
serde = { version = "1.0.185", features = ["derive", "rc"] }
|
|
syscalls = { version = "0.6.7", features = ["serde"] }
|
|
thiserror = "1.0.64"
|
|
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
|
|
|
|
[dev-dependencies]
|
|
num_cpus = "1.16"
|
|
raw-cpuid = "10.6.0"
|
|
tempfile = "3.8"
|
|
|
|
[features]
|
|
default = []
|
|
nightly = []
|