Skip to content

Commit

Permalink
bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matsadler committed Aug 20, 2023
1 parent 4014ede commit a6f9c4a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "magnus"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
description = "High level Ruby bindings. Write Ruby extension gems in Rust, or call Ruby code from a Rust binary."
keywords = ["ruby", "rubygem", "extension", "gem"]
Expand Down Expand Up @@ -32,7 +32,7 @@ seq-macro = "0.3"

[dev-dependencies]
magnus = { path = ".", features = ["embed", "rb-sys"] }
rb-sys = { version = "*", default-features = false, features = ["stable-api-compiled-fallback"] }
rb-sys = { version = "0.9", default-features = false, features = ["stable-api-compiled-fallback"] }

[build-dependencies]
rb-sys-env = "0.1.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/complete_object/ext/temperature/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/custom_exception_ruby/ext/ahriman/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/custom_exception_rust/ext/ahriman/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/rust_blank/ext/rust_blank/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a6f9c4a

Please sign in to comment.