Skip to content

Commit

Permalink
Prepare release 0.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Jan 23, 2022
1 parent 213a39c commit b2465ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "nix"
description = "Rust friendly bindings to *nix APIs"
edition = "2018"
version = "0.22.3-alpha.0"
version = "0.22.3"
authors = ["The nix-rust Project Developers"]
repository = "https://github.com/nix-rust/nix"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -93,7 +93,7 @@ To use `nix`, add this to your `Cargo.toml`:

```toml
[dependencies]
nix = "0.22.2"
nix = "0.22.3"
```

## Contributing
Expand Down

0 comments on commit b2465ad

Please sign in to comment.