summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_ext_cargo_builder/custom_name/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-08 16:51:28 +0000
committergit <svn-admin@ruby-lang.org>2022-08-09 04:35:33 +0900
commit35b9cd1def3360ea0f715eed5a2a702d61e71acc (patch)
treed7372886d30b1cc4d8bd270253fd9ef91ebd8411 /test/rubygems/test_gem_ext_cargo_builder/custom_name/Cargo.toml
parent79fdf9712dea4943a15c4ef34348b1a159b62f4a (diff)
[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/custom_name
Bumps [rb-sys](https://github.com/oxidize-rb/rb-sys) from 0.9.28 to 0.9.29. - [Release notes](https://github.com/oxidize-rb/rb-sys/releases) - [Commits](https://github.com/oxidize-rb/rb-sys/compare/v0.9.28...v0.9.29) --- updated-dependencies: - dependency-name: rb-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> https://github.com/rubygems/rubygems/commit/77a945f0e8
Diffstat (limited to 'test/rubygems/test_gem_ext_cargo_builder/custom_name/Cargo.toml')
-rw-r--r--test/rubygems/test_gem_ext_cargo_builder/custom_name/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_ext_cargo_builder/custom_name/Cargo.toml b/test/rubygems/test_gem_ext_cargo_builder/custom_name/Cargo.toml
index ae32c194b2..2a215a55dd 100644
--- a/test/rubygems/test_gem_ext_cargo_builder/custom_name/Cargo.toml
+++ b/test/rubygems/test_gem_ext_cargo_builder/custom_name/Cargo.toml
@@ -7,4 +7,4 @@ edition = "2021"
crate-type = ["cdylib"]
[dependencies]
-rb-sys = { version = "0.9.28", features = ["gem"] }
+rb-sys = { version = "0.9.29", features = ["gem"] }