Skip to content

Commit

Permalink
Cargo hakari + OPTE false version
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMcFelix committed Nov 24, 2023
1 parent 649cce5 commit 57620d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/opte_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.25.183
0.27.214
2 changes: 2 additions & 0 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ clap = { version = "4.4.3", features = ["derive", "env", "wrap_help"] }
clap_builder = { version = "4.4.2", default-features = false, features = ["color", "env", "std", "suggestions", "usage", "wrap_help"] }
console = { version = "0.15.7" }
const-oid = { version = "0.9.5", default-features = false, features = ["db", "std"] }
crc32fast = { version = "1.3.2" }
crossbeam-epoch = { version = "0.9.15" }
crossbeam-utils = { version = "0.8.16" }
crossterm = { version = "0.27.0", features = ["event-stream", "serde"] }
Expand Down Expand Up @@ -124,6 +125,7 @@ clap = { version = "4.4.3", features = ["derive", "env", "wrap_help"] }
clap_builder = { version = "4.4.2", default-features = false, features = ["color", "env", "std", "suggestions", "usage", "wrap_help"] }
console = { version = "0.15.7" }
const-oid = { version = "0.9.5", default-features = false, features = ["db", "std"] }
crc32fast = { version = "1.3.2" }
crossbeam-epoch = { version = "0.9.15" }
crossbeam-utils = { version = "0.8.16" }
crossterm = { version = "0.27.0", features = ["event-stream", "serde"] }
Expand Down

0 comments on commit 57620d8

Please sign in to comment.