Skip to content

Commit

Permalink
Update to memoffset 0.8.0. (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode authored Dec 17, 2022
1 parent ff53c9c commit 38b4c91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion c-scape/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2021"
[dependencies]
libm = "0.2.1"
rustix = { version = "0.36.1", default-features = false, features = ["fs", "itoa", "net", "param", "process", "rand", "termios", "thread", "time"] }
memoffset = "0.7.1"
memoffset = "0.8.0"
realpath-ext = { version = "0.1.0", default-features = false }
sync-resolve = { version = "0.3.0", optional = true }
origin = { path = "../origin", default-features = false, version = "^0.6.1" }
Expand Down
2 changes: 1 addition & 1 deletion origin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
linux-raw-sys = { version = "0.1.3", default-features = false, features = ["general", "no_std"] }
rustix = { version = "0.36.1", default-features = false, features = ["mm", "thread", "time", "runtime", "param", "process"] }
bitflags = "1.3.0"
memoffset = { version = "0.7.1", optional = true }
memoffset = { version = "0.8.0", optional = true }
log = { version = "0.4.14", default-features = false, optional = true }
lock_api = { version = "0.4.7", features = ["nightly"] }

Expand Down

0 comments on commit 38b4c91

Please sign in to comment.