Skip to content

Commit 17fd1d7

Browse files
jamesbt365GnomedDev
authored andcommitted
Add support for Components V2 (#356)
1 parent 3991341 commit 17fd1d7

File tree

11 files changed

+620
-709
lines changed

11 files changed

+620
-709
lines changed

.github/Cargo-msrv.lock

Lines changed: 285 additions & 349 deletions
Large diffs are not rendered by default.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
include:
2222
- name: MSRV
23-
toolchain: 1.85.0
23+
toolchain: 1.88.0
2424
# don't do doctests because they rely on new features for brevity
2525
# copy known Cargo.lock to avoid random dependency MSRV bumps to mess up our test
2626
command: cp .github/Cargo-msrv.lock Cargo.lock && cargo test --all-features --lib --tests

0 commit comments

Comments
 (0)