Skip to content

Commit be4ec14

Browse files
committed
build: bump version to 0.10.1; add Kento to authors line
1 parent 7790e85 commit be4ec14

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

Cargo.toml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,19 @@
11
[package]
22
name = "goblin"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
authors = [
55
66
77
"Will Glynn <[email protected]>",
88
"Philip Craig <[email protected]>",
99
"Lzu Tao <[email protected]>",
10+
"Kento <[email protected]>",
1011
]
1112
categories = ["parsing", "development-tools::debugging"]
1213
documentation = "https://docs.rs/goblin"
1314
edition = "2024"
1415
rust-version = "1.85.0"
15-
include = [
16-
"src",
17-
"CHANGELOG.md",
18-
"Cargo.toml",
19-
"LICENSE",
20-
"README.md",
21-
]
16+
include = ["src", "CHANGELOG.md", "Cargo.toml", "LICENSE", "README.md"]
2217
keywords = ["binary", "elf", "mach", "pe", "archive"]
2318
license = "MIT"
2419
readme = "README.md"
@@ -38,7 +33,18 @@ version = "0.13"
3833
default-features = false
3934

4035
[features]
41-
default = ["std", "elf32", "elf64", "mach32", "mach64", "pe32", "pe64", "te", "archive", "endian_fd"]
36+
default = [
37+
"std",
38+
"elf32",
39+
"elf64",
40+
"mach32",
41+
"mach64",
42+
"pe32",
43+
"pe64",
44+
"te",
45+
"archive",
46+
"endian_fd",
47+
]
4248
std = ["alloc", "scroll/std"]
4349
alloc = ["scroll/derive", "log"]
4450
endian_fd = ["alloc"]

0 commit comments

Comments
 (0)