Skip to content

Commit 103884f

Browse files
committed
Bump version to 0.3.0
1 parent 5946df5 commit 103884f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 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.2"
3+
version = "0.3.0"
44
edition = "2024"
55
authors = [
66
"Uchio Kondo <udzura@udzura.jp>",
@@ -19,7 +19,7 @@ include = [
1919
]
2020

2121
[dependencies]
22-
libc = { version = "0.2.177", optional = true }
22+
libc = { version = "0.2.182", optional = true }
2323

2424
[build-dependencies]
2525
bindgen = ">= 0"

0 commit comments

Comments
 (0)