🌤 Track the weather for event days releases.wed.fyi
0

Configure Feed

Select the types of activity you want to include in your feed.

v0.3.1

+2 -2
+1 -1
Cargo.lock
··· 2286 2286 2287 2287 [[package]] 2288 2288 name = "wed" 2289 - version = "0.3.0" 2289 + version = "0.3.1" 2290 2290 dependencies = [ 2291 2291 "anyhow", 2292 2292 "chrono",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "wed" 3 - version = "0.3.0" 3 + version = "0.3.1" 4 4 edition = "2021" 5 5 repository = "https://github.com/cuducos/wed" 6 6