Skip to content

Commit 9a2985d

Browse files
committed
Remove/update TODOs.
1 parent d6b5d3b commit 9a2985d

3 files changed

Lines changed: 9 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ serde = "1.0"
3737
serde_tokenstream = "0.2"
3838
syn = "2.0"
3939
tempfile = "3.3"
40-
usdt = "0.6.0"
40+
usdt = "0.6"
4141
xfr = { git = "https://github.com/oxidecomputer/xfr" }
4242

43-
# TODO: Remove this patch once https://github.com/oxidecomputer/usdt/pull/486 is merged.
43+
# TODO: Remove once https://github.com/oxidecomputer/usdt/pull/486 is released.
4444
[patch.crates-io]
45-
usdt = { git = "https://github.com/smolkaj/usdt.git" }
46-
usdt-impl = { git = "https://github.com/smolkaj/usdt.git" }
45+
usdt = { git = "https://github.com/oxidecomputer/usdt" }

MODULE.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ bazel_dep(name = "rules_rust", version = "0.67.0")
99
# Pick Rust toolchain version.
1010
rust = use_extension("@rules_rust//rust:extensions.bzl", "rust")
1111
rust.toolchain(
12-
# TODO: bump up to 2024 once https://github.com/oxidecomputer/p4/pull/195
13-
# is merged.
1412
edition = "2021",
1513
versions = ["1.90.0"],
1614
)

0 commit comments

Comments
 (0)