summaryrefslogtreecommitdiffstats
path: root/rich_crate/Cargo.toml
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2020-03-21 17:28:33 +0000
committerKornel <kornel@geekhood.net>2020-03-21 17:28:33 +0000
commitc7aed28a777b9728765f8ff4a6f16fac886bc89e (patch)
tree4509a36e71fc7d0e728fad187d2b3bfc8f238702 /rich_crate/Cargo.toml
parent2f9e736ca8d6728d572c5ebf6dca5013b4215051 (diff)
Don't panic on bad crate names
Diffstat (limited to 'rich_crate/Cargo.toml')
-rw-r--r--rich_crate/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rich_crate/Cargo.toml b/rich_crate/Cargo.toml
index 8d3288c..a0b0090 100644
--- a/rich_crate/Cargo.toml
+++ b/rich_crate/Cargo.toml
@@ -1,7 +1,7 @@
[package]
edition = "2018"
name = "rich_crate"
-version = "0.5.0"
+version = "0.5.1"
authors = ["Kornel <kornel@geekhood.net>"]
description = "Crate struct enriched with additional crates.rs metadata"
license = "Apache-2.0 OR MIT"