Skip to content

Commit 7a1ba84

Browse files
committed
release v0.5.4
1 parent 144e05d commit 7a1ba84

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rlimit"
3-
version = "0.5.4-dev"
3+
version = "0.5.4"
44
authors = ["Nugine <[email protected]>"]
55
edition = "2018"
66
description = "A simple wrapper for getrlimit and setrlimit."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ assert_eq!(getrlimit(Resource::CPU).unwrap(), (Rlim::INFINITY, Rlim::INFINITY));
3939

4040
### Increase NOFILE limit
4141

42-
See the example [nofile](https://github.com/Nugine/rlimit/tree/v0.5.3/examples/nofile.rs).
42+
See the example [nofile](https://github.com/Nugine/rlimit/tree/v0.5.4/examples/nofile.rs).

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
//! ```
3131
//!
3232
//! ## Increase NOFILE limit
33-
//! See the example [nofile](https://github.com/Nugine/rlimit/tree/v0.5.3/examples/nofile.rs).
33+
//! See the example [nofile](https://github.com/Nugine/rlimit/tree/v0.5.4/examples/nofile.rs).
3434
//!
3535
//! # Features
3636
//! Enables the feature `serde` to implement `Serialize` and `Deserialize` for [`Rlim`] with the attribute `serde(transparent)`.

0 commit comments

Comments
 (0)