Skip to content

Commit

Permalink
build(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Aug 6, 2024
1 parent 7279eb8 commit efdf25a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ in
# toolchain = fenix.${system}.fromToolchainFile { dir = ./..; };
toolchain = fenix.${system}.fromToolchainFile {
file = ./rust-toolchain.toml;
sha256 = "sha256-e4mlaJehWBymYxJGgnbuCObVlqMlQSilZ8FljG9zPHY=";
sha256 = "sha256-6eN/GKzjVSjEhGO9FhWObkRFaE1Jf+uqMSdQnb8lcB4=";
};
# crane: cargo and artifacts manager
craneLib = crane.${system}.overrideToolchain toolchain;
Expand Down
2 changes: 1 addition & 1 deletion release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ verify = true
push = true
pre-release-commit-message = "chore: Release {{crate_name}} version {{version}}"
pre-release-replacements = [
{ file = "README.md", search = "\\| 0.13 \\| [0-9\\.-]+ \\|", replace = "| 0.13 | {{version}} |" },
{ file = "README.md", search = "\\| 0.14 \\| [0-9\\.-]+ \\|", replace = "| 0.14 | {{version}} |" },
]
tag-message = "chore: Release {{crate_name}} version {{version}}"
tag-name = "{{version}}"
Expand Down

0 comments on commit efdf25a

Please sign in to comment.