aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-04-28 18:33:51 -0700
committerFuwn <[email protected]>2022-04-28 18:33:51 -0700
commitb31dc7a9cdaf565ee98c8199dd0fe85f4eac3f2a (patch)
treee095076d82211dc288844c9c77f6cd6e4bea6340 /Cargo.toml
parentfeat: release 0.1.0 (diff)
downloadrust-crate-template-main.tar.xz
rust-crate-template-main.zip
docs(readme): update template usage infoHEAD0.1.1main
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 87e412f..1cca16b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "rust-crate-template"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "A Rust crate template"