File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ authors = [
10
10
]
11
11
categories = [" parsing" , " development-tools::debugging" ]
12
12
documentation = " https://docs.rs/goblin"
13
- edition = " 2021 "
14
- rust-version = " 1.65 .0"
13
+ edition = " 2024 "
14
+ rust-version = " 1.85 .0"
15
15
include = [
16
16
" src" ,
17
17
" CHANGELOG.md" ,
@@ -34,7 +34,7 @@ default-features = false
34
34
optional = true
35
35
36
36
[dependencies .scroll ]
37
- version = " 0.12 "
37
+ version = " 0.13 "
38
38
default-features = false
39
39
40
40
[features ]
@@ -57,4 +57,4 @@ branch = "master"
57
57
repository = " m4b/goblin"
58
58
59
59
[dev-dependencies ]
60
- stderrlog = " 0.5.4 "
60
+ stderrlog = " 0.6.0 "
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ https://docs.rs/goblin/
20
20
21
21
### Usage
22
22
23
- Goblin requires ` rustc ` 1.65 .0 (Rust 2021 edition).
23
+ Goblin requires ` rustc ` 1.85 .0 (Rust 2024 edition).
24
24
25
25
Add to your ` Cargo.toml `
26
26
27
27
``` toml
28
28
[dependencies ]
29
- goblin = " 0.9 "
29
+ goblin = " 0.10 "
30
30
```
31
31
32
32
### Features
You can’t perform that action at this time.
0 commit comments