Skip to content

Commit f22a1a9

Browse files
authored
Merge pull request #9025 from matsadler/update-magnus-gem-template
Update Magnus version in Rust extension gem template
2 parents 0d0686b + 1ba8eb4 commit f22a1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundler/lib/bundler/templates/newgem/ext/newgem/Cargo.toml.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ publish = false
1212
crate-type = ["cdylib"]
1313

1414
[dependencies]
15-
magnus = { version = "0.6.2" }
15+
magnus = { version = "0.8.2" }

0 commit comments

Comments
 (0)