Skip to content

Commit 232fe42

Browse files
committed
(cargo-release) version 1.26.1
1 parent 52aca9e commit 232fe42

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nixpacks"
3-
version = "1.26.0"
3+
version = "1.26.1"
44
edition = "2021"
55
license = "MIT"
66
authors = ["Railway <contact@railway.app>"]

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
let
2121
package = with nixpkgs; rustPlatform.buildRustPackage {
2222
pname = "nixpacks";
23-
version = "1.26.0";
23+
version = "1.26.1";
2424
src = ./.;
2525
cargoLock = {
2626
lockFile = ./Cargo.lock;

0 commit comments

Comments
 (0)