Skip to content

Commit cff1585

Browse files
committed
Bump versions
1 parent 48e26bb commit cff1585

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
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: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
[package]
22
name = "mruby-compiler2-sys"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2024"
5-
authors = ["Uchio Kondo <udzura@udzura.jp>", "Hitoshi Hasumi", "prism developers"]
5+
authors = [
6+
"Uchio Kondo <udzura@udzura.jp>",
7+
"Hitoshi Hasumi",
8+
"prism developers",
9+
]
610
description = "mruby-compiler2 bindings for Rust"
711
license-file = "LICENSE"
8-
include = [
9-
"**/*.rs",
10-
"Cargo.toml",
11-
"vendor/*",
12-
"lib/.keep",
13-
]
12+
include = ["**/*.rs", "Cargo.toml", "vendor/*", "lib/.keep"]
1413

1514
[dependencies]
1615
libc = { version = "0.2.177", optional = true }
@@ -21,6 +20,6 @@ cc = ">= 1"
2120
glob = ">= 0"
2221

2322
[features]
24-
default = [ "std" ]
25-
std = [ "dep:libc" ]
26-
no-std = []
23+
default = ["std"]
24+
std = ["dep:libc"]
25+
no-std = []

0 commit comments

Comments
 (0)