diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-04-05 14:43:19 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-04-05 14:43:19 +0200 |
| commit | 93c0e8ecee430883c62120f9f0b6999acfac4435 (patch) | |
| tree | 785b9275d9dd525889bfb8cb687a41260ae39b16 /test_utilities | |
| parent | bb3ec6b31f3c709fbf9f2a12c1708d63a61892ff (diff) | |
Update, panic less and propagate errors
Diffstat (limited to 'test_utilities')
| -rw-r--r-- | test_utilities/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test_utilities/Cargo.toml b/test_utilities/Cargo.toml index 2b51d65..accfcde 100644 --- a/test_utilities/Cargo.toml +++ b/test_utilities/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "test_utilities" -version = "1.4.2" -edition = "2021" +version = "1.4.4" +edition = "2024" license = "AGPL-3.0-or-later" description = "Shared test utilities for page" homepage = "https://r.bdr.sh/page.html" |