Skip to content

Commit 05bad8f

Browse files
committed
1.0.1
1 parent 009f353 commit 05bad8f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

framework/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.

framework/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "full_stack_engine"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2024"
55
description = "A lightweight, opinionated Rust web framework built on top of Actix-web, SQLx, and Tera."
66
license = "MIT OR Apache-2.0"

starter/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starter/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "starter"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2024"
55

66
[dependencies]
@@ -15,7 +15,7 @@ sqlx = { version = "0.8.6", features = [
1515
"tls-native-tls",
1616
] }
1717
dotenv = "0.15.0"
18-
# full_stack_engine = "1.0.0"
18+
# full_stack_engine = "1.0.1"
1919
full_stack_engine = { path = "../framework" }
2020

2121
[profile.release]

0 commit comments

Comments
 (0)