aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-08-09 10:43:44 -0700
committerJoel Galenson <jgalenson@google.com>2021-08-09 10:43:44 -0700
commitbf78b2784b280162b3a5ac2891707cb1494f07d4 (patch)
treed491e6133a10e7ac0f7aec3e5d2fe25cc87e92b7 /Cargo.toml.orig
parent14f54f03442c67a31cb69901f5426c8aa116dd8f (diff)
downloadslab-bf78b2784b280162b3a5ac2891707cb1494f07d4.tar.gz
Upgrade rust/crates/slab to 0.4.4
Test: make Change-Id: I7771b7a73874eafab34a0771abd365359e828b0a
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig11
1 files changed, 5 insertions, 6 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 7684a02..b017ada 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -5,20 +5,19 @@ name = "slab"
# - Update version number
# - README.md
# - Update CHANGELOG.md
-# - Update doc URL.
-# - Cargo.toml
-# - README.md
# - Create git tag
-version = "0.4.3"
-license = "MIT"
+version = "0.4.4"
authors = ["Carl Lerche <me@carllerche.com>"]
+edition = "2018"
+license = "MIT"
description = "Pre-allocated storage for a uniform data type"
-documentation = "https://docs.rs/slab/0.4.3/slab/"
+documentation = "https://docs.rs/slab"
homepage = "https://github.com/tokio-rs/slab"
repository = "https://github.com/tokio-rs/slab"
readme = "README.md"
keywords = ["slab", "allocator", "no_std"]
categories = ["memory-management", "data-structures", "no-std"]
+exclude = ["/.*"]
[features]
std = []