fix things related to time in KerberosDateTime and datastore
All checks were successful
Build and Test / sonic-transformed (push) Successful in 4m43s
Build and Test / wii-sports-club (push) Successful in 11m37s
Build and Test / mario-tennis (push) Successful in 11m41s
Build and Test / puyopuyo (push) Successful in 11m42s
Build and Test / wii-u-chat (push) Successful in 11m52s
Build and Test / splatoon (push) Successful in 11m56s
Build and Test / fast-racing-neo (push) Successful in 12m11s
Build and Test / splatoon-testfire (push) Successful in 12m12s
Build and Test / friends (push) Successful in 12m14s
Build and Test / minecraft-wiiu (push) Successful in 12m18s
Build and Test / super-mario-maker (push) Successful in 14m14s
All checks were successful
Build and Test / sonic-transformed (push) Successful in 4m43s
Build and Test / wii-sports-club (push) Successful in 11m37s
Build and Test / mario-tennis (push) Successful in 11m41s
Build and Test / puyopuyo (push) Successful in 11m42s
Build and Test / wii-u-chat (push) Successful in 11m52s
Build and Test / splatoon (push) Successful in 11m56s
Build and Test / fast-racing-neo (push) Successful in 12m11s
Build and Test / splatoon-testfire (push) Successful in 12m12s
Build and Test / friends (push) Successful in 12m14s
Build and Test / minecraft-wiiu (push) Successful in 12m18s
Build and Test / super-mario-maker (push) Successful in 14m14s
This commit is contained in:
parent
18cbd17d41
commit
f2fc26661b
4 changed files with 178 additions and 194 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -2871,7 +2871,6 @@ dependencies = [
|
|||
"sha2 0.10.9",
|
||||
"smallvec",
|
||||
"thiserror",
|
||||
"time",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tracing",
|
||||
|
|
@ -2955,7 +2954,6 @@ dependencies = [
|
|||
"sqlx-core",
|
||||
"stringprep",
|
||||
"thiserror",
|
||||
"time",
|
||||
"tracing",
|
||||
"whoami",
|
||||
]
|
||||
|
|
@ -2994,7 +2992,6 @@ dependencies = [
|
|||
"sqlx-core",
|
||||
"stringprep",
|
||||
"thiserror",
|
||||
"time",
|
||||
"tracing",
|
||||
"whoami",
|
||||
]
|
||||
|
|
@ -3020,7 +3017,6 @@ dependencies = [
|
|||
"serde_urlencoded",
|
||||
"sqlx-core",
|
||||
"thiserror",
|
||||
"time",
|
||||
"tracing",
|
||||
"url",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue