summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_ext_cargo_builder/custom_name/Cargo.toml
diff options
context:
space:
mode:
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.toml10
1 files changed, 0 insertions, 10 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
deleted file mode 100644
index d95d1fb2a5..0000000000
--- a/test/rubygems/test_gem_ext_cargo_builder/custom_name/Cargo.toml
+++ /dev/null
@@ -1,10 +0,0 @@
-[package]
-name = "custom-name-ext"
-version = "0.1.0"
-
-[lib]
-crate-type = ["cdylib"]
-
-[dependencies]
-# Needed until bindgen has the `allowlist_file` feature
-rb-sys = { git = "https://github.com/ianks/rb-sys", tag = "v0.7.3" }