Commit 00b06c4
authored
fix(ci): bump aw-server-rust submodule to fix time-0.3.30 compile error on Rust 1.85+ (#165)
The submodule was pinned to dc70318 which pulled in time-0.3.30. That version
fails to compile with Rust >= 1.85 due to a type inference regression:
error[E0282]: type annotations needed for Box<_>
--> time-0.3.30/src/format_description/parse/mod.rs:83:9
aw-server-rust master (288decb) already carries the fix — its Cargo.lock
pins time-0.3.47 which compiles cleanly on all current stable toolchains.
Fixes the 'Build aw-server-rust' CI failure introduced ~18h ago.1 parent 35b3a0d commit 00b06c4
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule aw-server-rust updated 59 files
- .github/workflows/build.yml+13-11
- .github/workflows/dependabot-automerge.yml+10-8
- .github/workflows/lint.yml+2-5
- .pre-commit-config.yaml+25
- Cargo.lock+1.4k-811
- Makefile+4-1
- README.md+37
- aw-client-rust/Cargo.toml+9-2
- aw-client-rust/README.md-2
- aw-client-rust/src/blocking.rs+22-2
- aw-client-rust/src/classes.rs+144
- aw-client-rust/src/lib.rs+135-36
- aw-client-rust/src/queries.rs+484
- aw-client-rust/src/single_instance.rs+84
- aw-client-rust/tests/status_errors.rs+139
- aw-client-rust/tests/test.rs+179-5
- aw-datastore/Cargo.toml+3-2
- aw-datastore/src/datastore.rs+66-32
- aw-datastore/src/legacy_import.rs+5-5
- aw-datastore/src/lib.rs+1
- aw-datastore/src/privacy_filter.rs+420
- aw-datastore/src/worker.rs+110-7
- aw-datastore/tests/datastore.rs+41-4
- aw-models/src/lib.rs+5
- aw-models/src/settings.rs+76
- aw-query/Cargo.toml+1-1
- aw-query/src/datatype.rs+22-2
- aw-query/src/functions.rs-3
- aw-query/tests/query.rs+55
- aw-server.service+2-2
- aw-server/Cargo.toml+10-6
- aw-server/build.rs+6
- aw-server/src/android/mod.rs+145-5
- aw-server/src/config.rs+96-3
- aw-server/src/device_id.rs+1-1
- aw-server/src/dirs.rs+79-13
- aw-server/src/endpoints/apikey.rs+279
- aw-server/src/endpoints/bucket.rs+21-21
- aw-server/src/endpoints/cors.rs+1
- aw-server/src/endpoints/import.rs+98-3
- aw-server/src/endpoints/mod.rs+22
- aw-server/src/lib.rs-3
- aw-server/src/main.rs+12-3
- aw-server/tests/api.rs+89-7
- aw-sync/Cargo.toml+18-4
- aw-sync/README.md+70-13
- aw-sync/src/android.rs+241
- aw-sync/src/dirs.rs+11-5
- aw-sync/src/lib.rs+4-1
- aw-sync/src/main.rs+176-69
- aw-sync/src/sync.rs+12-3
- aw-sync/src/sync_wrapper.rs+8-27
- aw-sync/src/util.rs+1-1
- aw-transform/Cargo.toml+2-2
- aw-transform/src/classify.rs+70-9
- aw-transform/src/split_url.rs+35-5
- aw-webui+1-1
- compile-android.sh+44-18
- scripts/test-compile-android-cwd.sh+101
0 commit comments