Skip to content

Commit fad0bcd

Browse files
committed
chore: release v3.0.0
1 parent 553bc85 commit fad0bcd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nid"
3-
version = "3.0.0-rc.1"
3+
version = "3.0.0"
44
edition = "2021"
55
rust-version = "1.61"
66
description = "Generate and parse Nano IDs"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add the following to your `Cargo.toml`:
2323

2424
```toml
2525
[dependencies]
26-
nid = "3.0.0-rc.1"
26+
nid = "3.0.0"
2727
```
2828

2929
When you want a new Nano ID, you can generate one using the [`Nanoid::new`] method.

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//!
1717
//! ```toml
1818
//! [dependencies]
19-
//! nid = "3.0.0-rc.1"
19+
//! nid = "3.0.0"
2020
//! ```
2121
//!
2222
//! When you want a new Nano ID, you can generate one using the [`Nanoid::new`] method.

0 commit comments

Comments
 (0)