Skip to content

Commit

Permalink
Bumped version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfmcnally committed Jan 16, 2025
1 parent 1a3c69f commit 02a87f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuid"
version = "1.2.2"
version = "2.0.0"
edition = "2021"
license = "MIT"
description = "A UUID-compatible identifier in a friendly base-62 format."
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
//!
//! ```toml
//! [dependencies.fuid]
//! version = "1.2.2"
//! version = "2.0.0"
//! features = ["serde"] # Optional: Enable Serde support
//! ```
//!
Expand All @@ -35,7 +35,7 @@
//!
//! ```toml
//! [dependencies.fuid]
//! version = "1.2.2"
//! version = "2.0.0"
//! default-features = false # Disable default features
//! features = ["serde"] # Optional: Enable Serde support with no_std
//! ```
Expand Down

0 comments on commit 02a87f0

Please sign in to comment.