aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2021-01-12 06:10:57 -0800
committerJeff Vander Stoep <jeffv@google.com>2021-01-18 11:14:37 +0100
commit6c8867a1819a71d3681d549023d7e715a04d7f75 (patch)
tree61e3d214f22d7e636e67721c35c29b8de3d63372 /Cargo.toml
parent60859b459d500e3d7e831c6355581711278d33c2 (diff)
downloadspin-6c8867a1819a71d3681d549023d7e715a04d7f75.tar.gz
Upgrade rust/crates/spin to 0.7.1
Test: make Change-Id: Id48072e288b4ed59dbc44f89476bdf4e35f44b25
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 f85921e..b15f61c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@
[package]
name = "spin"
-version = "0.7.0"
+version = "0.7.1"
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>", "John Ericson <git@JohnEricson.me>", "Joshua Barretto <joshua.s.barretto@gmail.com>"]
description = "Spin-based synchronization primitives"
keywords = ["spinlock", "mutex", "rwlock"]