Release v0.3.1
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
efc8e07fa83986f1bfd187a17c173bb943fa3b34- Parents
-
695f801 - Tree
a59e74a
efc8e07
efc8e07fa83986f1bfd187a17c173bb943fa3b34695f801
a59e74a| Status | File | + | - |
|---|---|---|---|
| M |
Cargo.lock
|
1 | 1 |
| M |
Cargo.toml
|
1 | 1 |
Cargo.lockmodified@@ -1917,7 +1917,7 @@ dependencies = [ | |||
| 1917 | 1917 | ||
| 1918 | [[package]] | 1918 | [[package]] |
| 1919 | name = "rcal" | 1919 | name = "rcal" |
| 1920 | -version = "0.3.0" | 1920 | +version = "0.3.1" |
| 1921 | dependencies = [ | 1921 | dependencies = [ |
| 1922 | "crossterm", | 1922 | "crossterm", |
| 1923 | "directories", | 1923 | "directories", |
Cargo.tomlmodified@@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "rcal" | 2 | name = "rcal" |
| 3 | -version = "0.3.0" | 3 | +version = "0.3.1" |
| 4 | edition = "2024" | 4 | edition = "2024" |
| 5 | authors = ["Matthew Forrester Wolffe"] | 5 | authors = ["Matthew Forrester Wolffe"] |
| 6 | description = "A responsive terminal calendar with local events, reminders, and Microsoft Graph sync" | 6 | description = "A responsive terminal calendar with local events, reminders, and Microsoft Graph sync" |