From 61f2d3c1eea451ae06695c3883e819fb05d0210e Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Mon, 15 Jul 2024 06:14:35 +0000 Subject: [PATCH] replace crate_type -> crate-type --- examples/archive/Cargo.toml | 2 +- examples/chmod/Cargo.toml | 2 +- examples/devbox/Cargo.toml | 2 +- examples/env/Cargo.toml | 2 +- examples/flox/Cargo.toml | 2 +- examples/git/Cargo.toml | 2 +- examples/hash/Cargo.toml | 2 +- examples/http/Cargo.toml | 2 +- examples/mise/Cargo.toml | 2 +- examples/nix/Cargo.toml | 2 +- examples/pixi/Cargo.toml | 2 +- examples/pkgx/Cargo.toml | 2 +- examples/proto/Cargo.toml | 2 +- examples/vault/Cargo.toml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/examples/archive/Cargo.toml b/examples/archive/Cargo.toml index 1558896..155cea8 100644 --- a/examples/archive/Cargo.toml +++ b/examples/archive/Cargo.toml @@ -4,7 +4,7 @@ name = "archive" version = "0.1.3" [lib] -crate_type = ["cdylib"] +crate-type = ["cdylib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/chmod/Cargo.toml b/examples/chmod/Cargo.toml index be0d5f7..34d4dd4 100644 --- a/examples/chmod/Cargo.toml +++ b/examples/chmod/Cargo.toml @@ -4,7 +4,7 @@ name = "chmod" version = "0.1.3" [lib] -crate_type = ["cdylib"] +crate-type = ["cdylib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/devbox/Cargo.toml b/examples/devbox/Cargo.toml index 15ab974..f8605dd 100644 --- a/examples/devbox/Cargo.toml +++ b/examples/devbox/Cargo.toml @@ -4,7 +4,7 @@ name = "devbox" version = "0.1.3" [lib] -crate_type = ["cdylib"] +crate-type = ["cdylib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/env/Cargo.toml b/examples/env/Cargo.toml index 13289a2..8f1d43a 100644 --- a/examples/env/Cargo.toml +++ b/examples/env/Cargo.toml @@ -4,7 +4,7 @@ name = "env" version = "0.1.0" [lib] -crate_type = ["cdylib"] +crate-type = ["cdylib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/flox/Cargo.toml b/examples/flox/Cargo.toml index 8cd4302..3b3b5c7 100644 --- a/examples/flox/Cargo.toml +++ b/examples/flox/Cargo.toml @@ -4,7 +4,7 @@ name = "flox" version = "0.1.3" [lib] -crate_type = ["cdylib"] +crate-type = ["cdylib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/git/Cargo.toml b/examples/git/Cargo.toml index 9fbff63..3e64c84 100644 --- a/examples/git/Cargo.toml +++ b/examples/git/Cargo.toml @@ -4,7 +4,7 @@ name = "git" version = "0.1.3" [lib] -crate_type = ["cdylib"] +crate-type = ["cdylib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/hash/Cargo.toml b/examples/hash/Cargo.toml index 189b173..0b39f62 100644 --- a/examples/hash/Cargo.toml +++ b/examples/hash/Cargo.toml @@ -4,7 +4,7 @@ name = "hash" version = "0.1.3" [lib] -crate_type = ["cdylib"] +crate-type = ["cdylib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/http/Cargo.toml b/examples/http/Cargo.toml index ea3e593..c4637f8 100644 --- a/examples/http/Cargo.toml +++ b/examples/http/Cargo.toml @@ -4,7 +4,7 @@ name = "http" version = "0.1.3" [lib] -crate_type = ["cdylib"] +crate-type = ["cdylib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/mise/Cargo.toml b/examples/mise/Cargo.toml index 2089a01..ddff38a 100644 --- a/examples/mise/Cargo.toml +++ b/examples/mise/Cargo.toml @@ -4,7 +4,7 @@ name = "mise" version = "0.1.3" [lib] -crate_type = ["cdylib"] +crate-type = ["cdylib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/nix/Cargo.toml b/examples/nix/Cargo.toml index e6763b8..0febb15 100644 --- a/examples/nix/Cargo.toml +++ b/examples/nix/Cargo.toml @@ -4,7 +4,7 @@ name = "nix" version = "0.1.3" [lib] -crate_type = ["cdylib"] +crate-type = ["cdylib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/pixi/Cargo.toml b/examples/pixi/Cargo.toml index 4a3d1a0..69ecd61 100644 --- a/examples/pixi/Cargo.toml +++ b/examples/pixi/Cargo.toml @@ -4,7 +4,7 @@ name = "pixi" version = "0.1.3" [lib] -crate_type = ["cdylib"] +crate-type = ["cdylib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/pkgx/Cargo.toml b/examples/pkgx/Cargo.toml index d276d54..ff84570 100644 --- a/examples/pkgx/Cargo.toml +++ b/examples/pkgx/Cargo.toml @@ -4,7 +4,7 @@ name = "pkgx" version = "0.1.3" [lib] -crate_type = ["cdylib"] +crate-type = ["cdylib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/proto/Cargo.toml b/examples/proto/Cargo.toml index 3882d33..4c5e134 100644 --- a/examples/proto/Cargo.toml +++ b/examples/proto/Cargo.toml @@ -4,7 +4,7 @@ name = "proto" version = "0.1.0" [lib] -crate_type = ["cdylib"] +crate-type = ["cdylib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/vault/Cargo.toml b/examples/vault/Cargo.toml index 3ea0ed9..8f51d21 100644 --- a/examples/vault/Cargo.toml +++ b/examples/vault/Cargo.toml @@ -4,7 +4,7 @@ name = "vault" version = "0.1.0" [lib] -crate_type = ["cdylib"] +crate-type = ["cdylib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html