From 9f9c6df70e82f543b140aeab27b0ed70d773ce91 Mon Sep 17 00:00:00 2001 From: Martijn Gribnau Date: Sat, 23 Sep 2023 03:58:44 +0200 Subject: [PATCH] Release rust-toolchain-file version 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58d7139..bbb7780 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "rust-toolchain-file" authors = ["Martijn Gribnau "] description = "Parsing for rust-toolchain(.toml) files" license = "MIT OR Apache-2.0" -version = "0.1.0" +version = "0.1.1" repository = "https://github.com/foresterre/rust-toolchain-file" keywords = ["rust-toolchain", "rust-toolchain-toml", "toolchain-file", "pinned-release", "rustup-toolchain"] categories = ["development-tools"]