Skip to content

Commit

Permalink
fix msrv (#1877)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Jun 13, 2024
1 parent b933bdd commit 64aa506
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 @@ -45,4 +45,4 @@ tokio-stream = "0.1.1"
tracing = { version = "0.1", default-features = false }
tracing-core = { version = "0.1", default-features = false }
tracing-subscriber = { version = "0.3", default-features = false }
url = { version = "2.2", default-features = false }
url = { version = "=2.5.0", default-features = false } #pinning the version supporting rustc 1.65

0 comments on commit 64aa506

Please sign in to comment.