diff options
| author | mo8it <mo8it@proton.me> | 2024-04-25 19:02:07 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-25 19:02:07 +0200 |
| commit | ca41f9e2df5512e9c283dfde9867a5329e9751c9 (patch) | |
| tree | 2289bed0246e1c0acd185a109e4cadfa04922b72 /rustlings-macros | |
| parent | 177e2870c5272dacee662d3e9522bc57c5a134c0 (diff) | |
Prepare for using cargo-release
Diffstat (limited to 'rustlings-macros')
| -rw-r--r-- | rustlings-macros/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rustlings-macros/Cargo.toml b/rustlings-macros/Cargo.toml index c9c1d2f..f9aba66 100644 --- a/rustlings-macros/Cargo.toml +++ b/rustlings-macros/Cargo.toml @@ -14,3 +14,6 @@ proc-macro = true quote = "1.0.36" serde.workspace = true toml_edit.workspace = true + +[package.metadata.release] +verify = false |
