Skip to content

Commit

Permalink
Bump version of lib, deps, and Rust for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Mark Allen committed Jun 8, 2024
1 parent d32e4d2 commit 637882b
Show file tree
Hide file tree
Showing 9 changed files with 191 additions and 76 deletions.
222 changes: 170 additions & 52 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "include_data"
description = "Include typed data directly in your executable"
authors = ["jmaargh <https://github.com/jmaargh>"]
version = "1.0.0"
version = "1.0.1"
edition = "2021"
license = "MIT"
homepage = "https://github.com/jmaargh/include_data"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.64.0"
channel = "1.70.0"
components = ["rustfmt", "clippy"]
Loading

0 comments on commit 637882b

Please sign in to comment.