Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit d2370f5

Browse files
committed
Update Cargo.toml
1 parent a38a077 commit d2370f5

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.5.1 (2025-05-28)
2+
3+
### What's Changed
4+
5+
- Update `Cargo.toml`
6+
17
## 0.5.0 (2025-04-11)
28

39
A rename from `0.4.2` as it requires Rust `>=1.85.0`

package/Cargo.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "rowid"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Alpheus Tang"]
55
edition = "2024"
66
rust-version = "1.85.0"
77
description = """
88
A time-based unique ID solution
99
"""
1010
readme = "README.md"
11-
homepage = "https://github.com/alpheus-day/rowid.rs"
12-
repository = "https://github.com/alpheus-day/rowid.rs"
11+
homepage = "https://github.com/alpheusday/rowid.rs"
12+
repository = "https://github.com/alpheusday/rowid.rs"
1313
license = "MIT"
1414
keywords = [
1515
"rowid",
@@ -28,9 +28,5 @@ include = [
2828
"README.md",
2929
]
3030

31-
[lib]
32-
name = "rowid"
33-
path = "src/lib.rs"
34-
3531
[dependencies]
3632
rand = "~0.9.0"

0 commit comments

Comments
 (0)