Skip to content

Commit

Permalink
Update opte rev in sled-agent Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
luqmana committed Jul 27, 2022
1 parent 6296cef commit 428f602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sled-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ vsss-rs = { version = "2.0.0-pre2", default-features = false, features = ["std"]
zone = "0.1"

[target.'cfg(target_os = "illumos")'.dependencies]
opte-ioctl = { git = "https://github.com/oxidecomputer/opte", rev = "23884d35aa7908e23accaa77f125a370ddf5c606" }
opte = { git = "https://github.com/oxidecomputer/opte", rev = "23884d35aa7908e23accaa77f125a370ddf5c606", features = [ "api", "std" ] }
opte-ioctl = { git = "https://github.com/oxidecomputer/opte", rev = "52176b99cc578f5b7b90f9bae8935013f961086c" }
opte = { git = "https://github.com/oxidecomputer/opte", rev = "52176b99cc578f5b7b90f9bae8935013f961086c", features = [ "api", "std" ] }

[dev-dependencies]
expectorate = "1.0.5"
Expand Down

0 comments on commit 428f602

Please sign in to comment.