From bd2b6b702cf43fb25562bdf8b1929d06ed3fcd98 Mon Sep 17 00:00:00 2001 From: Michael Go Date: Tue, 28 Nov 2023 11:37:26 -0400 Subject: [PATCH] [rubygems/rubygems] update Magnus library in Rust extension gem template https://github.com/rubygems/rubygems/commit/46f09800da --- lib/bundler/templates/newgem/ext/newgem/Cargo.toml.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }