aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-08-09 10:33:23 -0700
committerJoel Galenson <jgalenson@google.com>2021-08-09 10:33:23 -0700
commit0228b9e3fe227b08a1c43e7a6b712ea405a17e8c (patch)
tree6497382f249fbcdca1698acf20570e87816cea15 /Cargo.toml.orig
parent04bd053b28a4d14ba1ea20ca455df3d843282165 (diff)
downloadinstant-0228b9e3fe227b08a1c43e7a6b712ea405a17e8c.tar.gz
Upgrade rust/crates/instant to 0.1.10
Test: make Change-Id: I9fea83cf980dd876681e3df3b076e1ffd6aafa96
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index f6be57f..7cd1dc4 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "instant"
-version = "0.1.9"
+version = "0.1.10"
authors = ["sebcrozet <developer@crozet.re>"]
description = "A partial replacement for std::time::Instant that works on WASM too."
repository = "https://github.com/sebcrozet/instant"