Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f605d54

Browse files
up
1 parent cd65103 commit f605d54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pofk_algorithm"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
edition = "2024"
55
authors = ["POFKLabs <[email protected]>"]
66
description = "A collection of efficient algorithms implemented in Rust for real-world projects."
@@ -9,7 +9,7 @@ readme = "README.md"
99
repository = "https://github.com/POFKLabs/pofk_algorithm_rust"
1010
keywords = ["algorithms", "data-structures", "rust", "library"]
1111
categories = ["algorithms", "data-structures"]
12-
documentation = "https://docs.rs/pofk_algorithm_rust"
12+
documentation = "https://docs.rs/pofk_algorithm"
1313
homepage = "https://pofklabs.vercel.app"
1414

1515
[dependencies]

0 commit comments

Comments
 (0)