Skip to content

Commit 9e4eb0c

Browse files
committed
Fix files
1 parent cff1585 commit 9e4eb0c

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mruby-compiler2-sys"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2024"
55
authors = [
66
"Uchio Kondo <udzura@udzura.jp>",
@@ -9,7 +9,14 @@ authors = [
99
]
1010
description = "mruby-compiler2 bindings for Rust"
1111
license-file = "LICENSE"
12-
include = ["**/*.rs", "Cargo.toml", "vendor/*", "lib/.keep"]
12+
include = [
13+
"src/lib.rs",
14+
"build.rs",
15+
"examples/*.rs",
16+
"Cargo.toml",
17+
"vendor/*",
18+
"lib/.keep",
19+
]
1320

1421
[dependencies]
1522
libc = { version = "0.2.177", optional = true }

0 commit comments

Comments
 (0)