Skip to content

Commit 3fbd243

Browse files
committed
Update memoffset to 0.9.0
Implemented as part of rust-lang/rust#111839
1 parent deaa714 commit 3fbd243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ optional = true
5858
default-features = false
5959

6060
[dependencies]
61-
memoffset = "0.8"
61+
memoffset = "0.9.0"
6262
takeable-option = "0.5"
6363
backtrace = "0.3.2"
6464
lazy_static = "1.0"
@@ -81,4 +81,4 @@ raw-window-handle = "0.5"
8181
glutin-winit = "0.3"
8282

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

0 commit comments

Comments
 (0)