Skip to content

Commit

Permalink
Properly format repository link in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed May 29, 2024
1 parent 5140dcd commit e3f074c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
keywords = ["const", "primes"]
categories = ["mathematics", "no-std", "no-std::no-alloc"]
description = "Generate and work with prime numbers in const contexts"
repository = "<https://github.com/JSorngard/const-primes>"
repository = "https://github.com/JSorngard/const-primes"

[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
Expand Down

0 comments on commit e3f074c

Please sign in to comment.