Skip to content

Commit b83da6f

Browse files
committed
build: bump version to 0.10.0; update to rust 2024 edition; set MSRV=1.85
1 parent 097a174 commit b83da6f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ authors = [
1010
]
1111
categories = ["parsing", "development-tools::debugging"]
1212
documentation = "https://docs.rs/goblin"
13-
edition = "2021"
14-
rust-version = "1.65.0"
13+
edition = "2024"
14+
rust-version = "1.85.0"
1515
include = [
1616
"src",
1717
"CHANGELOG.md",
@@ -34,7 +34,7 @@ default-features = false
3434
optional = true
3535

3636
[dependencies.scroll]
37-
version = "0.12"
37+
version = "0.13"
3838
default-features = false
3939

4040
[features]
@@ -57,4 +57,4 @@ branch = "master"
5757
repository = "m4b/goblin"
5858

5959
[dev-dependencies]
60-
stderrlog = "0.5.4"
60+
stderrlog = "0.6.0"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ https://docs.rs/goblin/
2020

2121
### Usage
2222

23-
Goblin requires `rustc` 1.65.0 (Rust 2021 edition).
23+
Goblin requires `rustc` 1.85.0 (Rust 2024 edition).
2424

2525
Add to your `Cargo.toml`
2626

2727
```toml
2828
[dependencies]
29-
goblin = "0.9"
29+
goblin = "0.10"
3030
```
3131

3232
### Features

0 commit comments

Comments
 (0)