Skip to content

Commit ee0c189

Browse files
HaHa421Your Name
andauthored
upgrade kurbo dependency to 0.12 (#56)
it should unblock upgrades to bevy-0.17 in https://github.com/HaHa421/woodpecker_ui-bevy-0.17 --------- Co-authored-by: Your Name <[email protected]>
1 parent 1ca44c9 commit ee0c189

File tree

4 files changed

+33
-7
lines changed

4 files changed

+33
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
# If the compilation fails, then the version specified here needs to be bumped up to reality.
99
# Be sure to also update the rust-version property in the workspace Cargo.toml file,
1010
# plus all the README.md files of the affected packages.
11-
RUST_MIN_VER: "1.65"
11+
RUST_MIN_VER: "1.82"
1212
# List of packages that will be checked with the minimum supported Rust version.
1313
# This should be limited to packages that are intended for publishing.
1414
RUST_MIN_VER_PKGS: "-p svgtypes"
@@ -281,4 +281,4 @@ jobs:
281281
- uses: actions/checkout@v4
282282

283283
- name: check typos
284-
uses: crate-ci/[email protected]
284+
uses: crate-ci/[email protected]

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
target
22
/.idea
33
/svgtypes.iml
4+

Cargo.lock

Lines changed: 29 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ members = ["benches"]
1818

1919
[dependencies]
2020
siphasher = "1.0" # perfect hash implementation for color names
21-
kurbo = "0.11" # ArcTo to CurveTo(s)
21+
kurbo = "0.12" # ArcTo to CurveTo(s)

0 commit comments

Comments
 (0)