change rust repo link to monorepo

also bump version to 0.1.3
and bump alpha version of rama
This commit is contained in:
Glen De Cauwsemaecker 2025-04-19 00:20:22 +02:00
parent 9b76b0ae44
commit 3e70df0540
2 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ rust-version = "1.85.0"
[dependencies]
async-stream = "0.3.6"
rama = { version = "0.2.0-alpha.11", features = ["http-full"] }
rama = { version = "0.2.0-alpha.12", features = ["http-full"] }
datastar = { path = "../../../../sdk/rust", features = ["rama"] }
futures = "0.3.31"
serde = { version = "1.0.217", features = ["derive"] }

View File

@ -12,8 +12,8 @@ keywords = ["datastar", "backend", "axum", "rama", "rocket"]
license = "MIT OR Apache-2.0"
name = "datastar"
readme = "README.md"
repository = "https://github.com/starfederation/datastar-rust"
version = "0.1.2"
repository = "https://github.com/starfederation/datastar"
version = "0.1.3"
rust-version = "1.85.0"
[lints.rust]
@ -60,7 +60,7 @@ futures-util = { version = "0.3", default-features = false }
http-body = { version = "1.0", default-features = false, optional = true }
matchit = "0.8.4"
pin-project-lite = { version = "0.2", default-features = false, optional = true }
rama = { version = "0.2.0-alpha.11", default-features = false, optional = true, features = [
rama = { version = "0.2.0-alpha.12", default-features = false, optional = true, features = [
"http",
] }
rocket = { version = "0.5.1", default-features = false, optional = true }
@ -75,7 +75,7 @@ sync_wrapper = { version = "1", default-features = false, optional = true }
[dev-dependencies]
async-stream = { version = "0.3.6", default-features = false }
axum = { version = "0.8.1" }
rama = { version = "0.2.0-alpha.11", features = ["http-full"] }
rama = { version = "0.2.0-alpha.12", features = ["http-full"] }
rocket = { version = "0.5.1", features = ["json"] }
serde = { version = "1", default-features = false, features = ["derive"] }
serde_json = { version = "1", default-features = false, features = ["std"] }