Skip to content

Commit

Permalink
Update memoffset to 0.9.0
Browse files Browse the repository at this point in the history
Implemented as part of rust-lang/rust#111839
  • Loading branch information
joshlf committed Oct 23, 2023
1 parent deaa714 commit 3fbd243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ optional = true
default-features = false

[dependencies]
memoffset = "0.8"
memoffset = "0.9.0"
takeable-option = "0.5"
backtrace = "0.3.2"
lazy_static = "1.0"
Expand All @@ -81,4 +81,4 @@ raw-window-handle = "0.5"
glutin-winit = "0.3"

[package.metadata.docs.rs]
all-features = true
all-features = true

0 comments on commit 3fbd243

Please sign in to comment.