bumped version to 0.4.0

This commit is contained in:
2026-03-01 21:19:41 -05:00
parent 5a62f72947
commit 6d2d94b6a7
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -589,7 +589,7 @@ dependencies = [
[[package]] [[package]]
name = "shed" name = "shed"
version = "0.3.0" version = "0.4.0"
dependencies = [ dependencies = [
"ariadne", "ariadne",
"bitflags", "bitflags",

View File

@@ -2,7 +2,7 @@
name = "shed" name = "shed"
description = "A linux shell written in rust" description = "A linux shell written in rust"
publish = false publish = false
version = "0.3.0" version = "0.4.0"
edition = "2024" edition = "2024"

View File

@@ -14,7 +14,7 @@
{ {
packages.default = pkgs.rustPlatform.buildRustPackage { packages.default = pkgs.rustPlatform.buildRustPackage {
pname = "shed"; pname = "shed";
version = "0.3.0"; version = "0.4.0";
src = self; src = self;