aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMichael Go <michael.go@shopify.com>2023-11-28 11:37:26 -0400
committergit <svn-admin@ruby-lang.org>2023-11-29 02:21:38 +0000
commitbd2b6b702cf43fb25562bdf8b1929d06ed3fcd98 (patch)
tree39c324aad2bee6450816ce4169f1b4228b72009e /lib
parenta908cef53f4c647c7fe7c9e808b501c3bb3cc70f (diff)
downloadruby-bd2b6b702cf43fb25562bdf8b1929d06ed3fcd98.tar.gz
[rubygems/rubygems] update Magnus library in Rust extension gem template
https://github.com/rubygems/rubygems/commit/46f09800da
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/templates/newgem/ext/newgem/Cargo.toml.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/templates/newgem/ext/newgem/Cargo.toml.tt b/lib/bundler/templates/newgem/ext/newgem/Cargo.toml.tt
index c64385486e..0ebce0e4a0 100644
--- a/lib/bundler/templates/newgem/ext/newgem/Cargo.toml.tt
+++ b/lib/bundler/templates/newgem/ext/newgem/Cargo.toml.tt
@@ -12,4 +12,4 @@ publish = false
crate-type = ["cdylib"]
[dependencies]
-magnus = { version = "0.6" }
+magnus = { version = "0.6.2" }