v0.3.2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 files changed,
+4 insertions,
-4 deletions
| 2071 |
2071 |
|
|
| 2072 |
2072 |
|
[[package]]
|
| 2073 |
2073 |
|
name = "mt-core"
|
| 2074 |
|
- |
version = "0.3.1"
|
|
2074 |
+ |
version = "0.3.2"
|
| 2075 |
2075 |
|
dependencies = [
|
| 2076 |
2076 |
|
"chrono",
|
| 2077 |
2077 |
|
]
|
| 2078 |
2078 |
|
|
| 2079 |
2079 |
|
[[package]]
|
| 2080 |
2080 |
|
name = "mt-db"
|
| 2081 |
|
- |
version = "0.3.1"
|
|
2081 |
+ |
version = "0.3.2"
|
| 2082 |
2082 |
|
dependencies = [
|
| 2083 |
2083 |
|
"chrono",
|
| 2084 |
2084 |
|
"mt-core",
|
| 2107 |
2107 |
|
|
| 2108 |
2108 |
|
[[package]]
|
| 2109 |
2109 |
|
name = "multithreaded"
|
| 2110 |
|
- |
version = "0.3.1"
|
|
2110 |
+ |
version = "0.3.2"
|
| 2111 |
2111 |
|
dependencies = [
|
| 2112 |
2112 |
|
"askama",
|
| 2113 |
2113 |
|
"aws-config",
|
| 7 |
7 |
|
default-members = ["."]
|
| 8 |
8 |
|
|
| 9 |
9 |
|
[workspace.package]
|
| 10 |
|
- |
version = "0.3.1"
|
|
10 |
+ |
version = "0.3.2"
|
| 11 |
11 |
|
edition = "2024"
|
| 12 |
12 |
|
license-file = "LICENSE"
|
| 13 |
13 |
|
|