summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig6
1 files changed, 1 insertions, 5 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 8d6e0a8..e516ad7 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,12 +1,8 @@
[package]
name = "tinyvec_macros"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Soveu <marx.tomasz@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0 OR Zlib"
repository = "https://github.com/Soveu/tinyvec_macros"
description = "Some macros for tiny containers"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
-[dependencies]