Skip to content

Commit 32394d5

Browse files
authored
Rename rust-toolchain file to work with GH action (#7)
1 parent 85dba87 commit 32394d5

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "mneme"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
authors = ["John Wilger <john@johnwilger.com>"]
55
edition = "2024"
66
description = "An event-sourcing library for Rust projects."

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
in
2222
{
2323
overlays.default = final: prev: {
24-
rustToolchain = final.rust-bin.fromRustupToolchainFile ./rust-toolchain.toml;
24+
rustToolchain = final.rust-bin.fromRustupToolchainFile ./rust-toolchain;
2525
};
2626

2727
devShells = forEachSupportedSystem ({ pkgs }: {
File renamed without changes.

0 commit comments

Comments
 (0)