Skip to content

Commit

Permalink
Bump ctor from 0.2.8 to 0.2.9
Browse files Browse the repository at this point in the history
Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.2.8 to 0.2.9.
- [Commits](https://github.com/mmastrac/rust-ctor/commits)

---
updated-dependencies:
- dependency-name: ctor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and brunocodutra committed Nov 23, 2024
1 parent a95d545 commit 36ab78c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,12 @@ readme = "README.md"
keywords = ["chess"]

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = [
'cfg(coverage)',
'cfg(feature, values("used_linker"))',
] }
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] }

[dependencies]
arrayvec = { version = "0.7.6", default-features = false, features = ["std"] }
byteorder = { version = "1.5.0", default-features = false, features = ["std"] }
ctor = { version = "0.2.8", default-features = false }
ctor = { version = "0.2.9", default-features = false }
derive_more = { version = "1.0.0", default-features = false, features = [
"add",
"add_assign",
Expand Down

0 comments on commit 36ab78c

Please sign in to comment.