fix: pin base64ct to version 1.6.0 to avoid Edition 2024 requirement and resolve CI dependency parsing errors

This commit is contained in:
floor-licker
2025-12-05 19:33:17 -05:00
parent 252c279568
commit 7371b81ec6
2 changed files with 5 additions and 2 deletions
+2
View File
@@ -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"