Skip to content

Commit 9cc179e

Browse files
author
Stjepan Glavina
committed
Bump to v1.1.4
1 parent 15e4977 commit 9cc179e

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 1.1.4
2+
3+
- Replace `usize::MAX` with `std::usize::MAX`.
4+
15
# Version 1.1.3
26

37
- Update dependencies.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-lock"
3-
version = "1.1.3"
3+
version = "1.1.4"
44
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
55
edition = "2018"
66
description = "Reference-counted async lock"

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ use std::process;
4444
use std::sync::atomic::{AtomicUsize, Ordering};
4545
use std::sync::Arc;
4646
use std::time::{Duration, Instant};
47+
use std::usize;
4748

4849
use event_listener::Event;
4950

0 commit comments

Comments
 (0)