Skip to content

Commit b1db01a

Browse files
committed
Switch to Rust 2024 Edition & update dependencies
1 parent f288c38 commit b1db01a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ license = "MIT/Apache-2.0"
66
description = "A wasm-bindgen wrapper for Leaflet.js"
77
homepage = "https://github.com/slowtec/leaflet-rs"
88
repository = "https://github.com/slowtec/leaflet-rs"
9-
edition = "2021"
9+
edition = "2024"
1010
readme = "README.md"
11-
rust-version = "1.75"
11+
rust-version = "1.85"
1212

1313
[dependencies]
14-
wasm-bindgen = "0.2"
15-
js-sys = "0.3"
16-
paste = "1"
17-
url = "2"
14+
wasm-bindgen = "0.2.103"
15+
js-sys = "0.3.80"
16+
paste = "1.0.15"
17+
url = "2.5.7"
1818

1919
[dependencies.web-sys]
20-
version = "0.3"
20+
version = "0.3.80"
2121
features = ["Event", "HtmlElement", "MouseEvent"]
2222

2323
[dev-dependencies]
24-
wasm-bindgen-test = "0.3"
24+
wasm-bindgen-test = "0.3.53"
2525

2626
[badges]
2727
maintenance = { status = "actively-developed" }

0 commit comments

Comments
 (0)