Skip to content

Commit d21c45d

Browse files
committed
build: update to scroll 0.13; major change is MSRV=1.85
1 parent 1d431bb commit d21c45d

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scroll"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
authors = ["m4b <m4b.github.io@gmail.com>", "Ted Mielczarek <ted@mielczarek.org>"]
55
readme = "README.md"
66
edition = "2024"
@@ -18,4 +18,4 @@ std = []
1818
derive = ["dep:scroll_derive"]
1919

2020
[dependencies]
21-
scroll_derive = { version = "0.12", optional = true, path = "scroll_derive" }
21+
scroll_derive = { version = "0.13", optional = true, path = "scroll_derive" }

scroll_derive/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scroll_derive"
3-
version = "0.12.1"
3+
version = "0.13.0"
44
authors = ["m4b <m4b.github.io@gmail.com>", "Ted Mielczarek <ted@mielczarek.org>", "Systemcluster <me@systemcluster.me>"]
55
readme = "README.md"
66
edition = "2024"
@@ -10,6 +10,7 @@ license = "MIT"
1010
documentation = "https://docs.rs/scroll_derive"
1111
description = "A macros 1.1 derive implementation for Pread and Pwrite traits from the scroll crate"
1212
include = ["src/**/*", "Cargo.toml", "LICENSE", "README.md"]
13+
rust-version = "1.85"
1314

1415
[lib]
1516
proc-macro = true
@@ -20,5 +21,5 @@ quote = "1"
2021
syn = "2"
2122

2223
[dev-dependencies.scroll]
23-
version = "0.12"
24+
version = "0.13"
2425
path = ".."

0 commit comments

Comments
 (0)