alpha
Login
or
Join now
cuducos.me
/
wed
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
🌤 Track the weather for event days
releases.wed.fyi
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
v0.3.1
author
Eduardo Cuducos
date
2 days ago
(Jul 25, 2026, 12:39 PM -0400)
commit
3343a54b
3343a54b5bbb252bc9b9671130ac4435259d80e1
parent
f6a2328c
f6a2328cd0f3945ea1d9057c767811c8cf46c8ba
+2
-2
2 changed files
Expand all
Collapse all
Unified
Split
Cargo.lock
Cargo.toml
+1
-1
Cargo.lock
View file
Reviewed
···
2286
2286
2287
2287
[[package]]
2288
2288
name = "wed"
2289
2289
-
version = "0.3.0"
2289
2289
+
version = "0.3.1"
2290
2290
dependencies = [
2291
2291
"anyhow",
2292
2292
"chrono",
+1
-1
Cargo.toml
View file
Reviewed
···
1
1
[package]
2
2
name = "wed"
3
3
-
version = "0.3.0"
3
3
+
version = "0.3.1"
4
4
edition = "2021"
5
5
repository = "https://github.com/cuducos/wed"
6
6