mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-21 08:28:08 +00:00
fix: pin base64ct to version 1.6.0 to avoid Edition 2024 requirement and resolve CI dependency parsing errors
This commit is contained in:
@@ -13,6 +13,8 @@ documentation = "https://docs.rs/polyfill-rs"
|
||||
homepage = "https://github.com/floor-licker/polyfill-rs"
|
||||
|
||||
[dependencies]
|
||||
# Pin base64ct to avoid Edition 2024 requirement
|
||||
base64ct = "=1.6.0"
|
||||
# Async runtime and futures
|
||||
tokio = { version = "1.41", features = ["full"] }
|
||||
futures = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user