Skip to content

Commit

Permalink
Merge pull request #12 from genya0407/feature/3.2.0-3
Browse files Browse the repository at this point in the history
Update examples to use mruby_3_2_0
  • Loading branch information
genya0407 authored Dec 31, 2023
2 parents 553214a + baa41c2 commit 5cabdc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/custom-mruby/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2021"
minutus = { path = "../../minutus" }

[dependencies]
minutus = { path = "../../minutus", features = ["mruby_3_1_0"] }
minutus = { path = "../../minutus", features = ["mruby_3_2_0"] }
2 changes: 1 addition & 1 deletion examples/mruby-polars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
minutus = { path = "../../minutus", features = ["mruby_3_1_0"] }
minutus = { path = "../../minutus", features = ["mruby_3_2_0"] }
polars = "0.23.1"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion examples/plain-mruby/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"
[workspace]

[dependencies]
minutus = { path = "../../minutus", features = ["mruby_3_1_0", "link_mruby"] }
minutus = { path = "../../minutus", features = ["mruby_3_2_0", "link_mruby"] }

0 comments on commit 5cabdc1

Please sign in to comment.