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]]
name = "shed"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"ariadne",
"bitflags",

View File

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

View File

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