Skip to content

Commit

Permalink
add workaround for rust-lang/cargo#13807
Browse files Browse the repository at this point in the history
  • Loading branch information
janm-dev committed May 8, 2024
1 parent 1d3e4ec commit 1a69d82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion links-id/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["janm-dev"]
description = "Simple, readable, and compact identifiers intended for web-based applications."
license = "AGPL-3.0-or-later"
repository = "https://github.com/janm-dev/links"
rust-version = "1.77"
rust-version = "1.77.0"

[features]
# Support for conversion to/from Redis types using `fred`
Expand Down
2 changes: 1 addition & 1 deletion links-normalized/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["janm-dev"]
description = "Easy to use case-insensitive normalized unicode strings and web URLs."
license = "AGPL-3.0-or-later"
repository = "https://github.com/janm-dev/links"
rust-version = "1.77"
rust-version = "1.77.0"

[features]
# Support for conversion to/from Redis types using `fred`
Expand Down
2 changes: 1 addition & 1 deletion links/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["janm-dev"]
description = "An easy to set up selfhostable link shortener."
license = "AGPL-3.0-or-later"
repository = "https://github.com/janm-dev/links"
rust-version = "1.77"
rust-version = "1.77.0"
default-run = "server"

[features]
Expand Down

0 comments on commit 1a69d82

Please sign in to comment.