From 50bd80f874c851413a721bbe144eeba4dfb68b4e Mon Sep 17 00:00:00 2001 From: Keziah Biermann Date: Wed, 12 Sep 2018 18:28:29 +0200 Subject: [PATCH] Bumped `etrace` version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 58b2853..4223489 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tiny_future" -version = "0.3.1" +version = "0.3.2" authors = ["KizzyCode Software Labs./Keziah Biermann "] description = "This library provides spin-loop-free futures and a helper functions to run a job asynchronously" license = "BSD-2-Clause OR MIT" @@ -8,4 +8,4 @@ repository = "https://github.com/KizzyCode/tiny_future" readme = "README.md" [dependencies] -etrace = "1.0.0" \ No newline at end of file +etrace = "1.1.1" \ No newline at end of file