From c1cf2963229ebbb279922e7b9a87237566ad75a3 Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Mon, 27 Mar 2023 22:00:28 +0200 Subject: [PATCH] Remove deprecated `[badges]` section from `Cargo.toml` (#65) https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section --- .github/dependabot.yml | 2 +- Cargo.toml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f9a341e..c6d4824 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: directory: "/" schedule: interval: weekly - - package-ecosystem: "github-actions" + - package-ecosystem: github-actions directory: "/" schedule: interval: weekly diff --git a/Cargo.toml b/Cargo.toml index 889fc52..179929d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "hassle-rs" version = "0.10.0" authors = ["Traverse-Research "] edition = "2018" -description = "HLSL compiler library, this crate provides an FFI layer and idiomatic rust wrappers for the new DXC hlsl compiler and validator." +description = "HLSL compiler library, this crate provides an FFI layer and idiomatic rust wrappers for the new DXC HLSL compiler and validator." license = "MIT" readme = "README.md" homepage = "https://github.com/Traverse-Research/hassle-rs" @@ -13,9 +13,6 @@ categories = ["rendering", "rendering::graphics-api"] include = ["src", "LICENSE"] documentation = "https://docs.rs/hassle-rs" -[badges] -maintenance = { status = "actively-developed" } - [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc"