Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-thomas committed Jan 11, 2025
1 parent 7c82f44 commit 23ff4f1
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 29 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ categories = []
keywords = ["web"]
license = "MIT"
edition = "2021"
version = "0.1.10"
version = "0.2.0"
repository = "https://github.com/vincent-thomas/route-rs"
documentation = "https://docs.rs/titan"

Expand Down
4 changes: 2 additions & 2 deletions titan-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ deploy-lambda = ["dep:lambda_http"]

[dependencies]
futures-core = "0.3.31"
titan-http = { path = "../titan-http", version = "0.1.10" }
titan-html = { path = "../titan-html", version = "0.1.10" }
titan-http = { path = "../titan-http", version = "0.2.0" }
titan-html = { path = "../titan-html", version = "0.2.0" }
lambda_http = { version = "0.14.0", optional = true }
tower = {version = "0.5.1", features = ["util"]}
4 changes: 2 additions & 2 deletions titan-html-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ syn = { version = "2", features = ["full"] }
quote = "1"
proc-macro2 = "1.0.92"

titan-utils = { version = "0.1.10", path = "../titan-utils", features = ["internal-cssvalidate"] }
titan-html-core = { version = "0.1.10", path = "../titan-html-core" }
titan-utils = { version = "0.2.0", path = "../titan-utils", features = ["internal-cssvalidate"] }
titan-html-core = { version = "0.2.0", path = "../titan-html-core" }
6 changes: 3 additions & 3 deletions titan-html/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ criterion.workspace = true
cssparser = "0.33.0"
lightningcss = "1.0.0-alpha.61"
rand = "0.8.5"
titan-html-derive = {path = "../titan-html-derive", version = "0.1.10" }
titan-html-core = {path = "../titan-html-core", version = "0.1.10" }
titan-utils = {path = "../titan-utils", version = "0.1.10", features = ["internal-cssvalidate"]}
titan-html-derive = {path = "../titan-html-derive", version = "0.2.0" }
titan-html-core = {path = "../titan-html-core", version = "0.2.0" }
titan-utils = {path = "../titan-utils", version = "0.2.0", features = ["internal-cssvalidate"]}
paste = "1.0.15"
url = "2.5.4"
6 changes: 3 additions & 3 deletions titan-lambda/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ documentation.workspace = true
lambda_http = "0.14.0"
futures-util = "0.3.31"

titan-http = { path = "../titan-http", version = "0.1.10" }
titan-core = { path = "../titan-core", version = "0.1.10", features = ["deploy-lambda"] }
titan = { path = "../titan", version = "0.1.10", features = ["internal-titan-lambda"] }
titan-http = { path = "../titan-http", version = "0.2.0" }
titan-core = { path = "../titan-core", version = "0.2.0", features = ["deploy-lambda"] }
titan = { path = "../titan", version = "0.2.0", features = ["internal-titan-lambda"] }
4 changes: 2 additions & 2 deletions titan-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ default = []
date-header = ["dep:chrono"]

[dependencies]
titan-core = { path = "../titan-core", version = "0.1.10" }
titan-http = { path = "../titan-http", version = "0.1.10" }
titan-core = { path = "../titan-core", version = "0.2.0" }
titan-http = { path = "../titan-http", version = "0.2.0" }
chrono = {version = "0.4.38", optional = true }
tokio = { version = "1.42.0", features = ["net", "io-util", "rt"] }
futures-util = "0.3.31"
12 changes: 6 additions & 6 deletions titan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ version = "0.7"
optional = true

[dependencies]
titan-core = { path = "../titan-core", version = "0.1.10" }
titan-http = { path = "../titan-http", version = "0.1.10" }
titan-html = { path = "../titan-html", version = "0.1.10" }
titan-router = { path = "../titan-router", version = "0.1.10" }
titan-server = { path = "../titan-server", version = "0.1.10" }
titan-utils = { path = "../titan-utils", version = "0.1.10" }
titan-core = { path = "../titan-core", version = "0.2.0" }
titan-http = { path = "../titan-http", version = "0.2.0" }
titan-html = { path = "../titan-html", version = "0.2.0" }
titan-router = { path = "../titan-router", version = "0.2.0" }
titan-server = { path = "../titan-server", version = "0.2.0" }
titan-utils = { path = "../titan-utils", version = "0.2.0" }

pin-project-lite = "0.2.14"
futures-util = "0.3.31"
Expand Down

0 comments on commit 23ff4f1

Please sign in to comment.