Skip to content

Commit

Permalink
Use specta from crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
HeavenVolkoff committed Aug 10, 2024
1 parent 621ebfd commit 23b5e9e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ bytesize = ["specta/bytesize"]
glam = ["specta/glam"]

[dependencies]
specta = { git = "https://github.com/oscartbeaumont/specta", rev = "v2.0.0-rc.20", features = ["derive", "serde", "serde_json"] }
specta-serde = { git = "https://github.com/oscartbeaumont/specta", rev = "v2.0.0-rc.20" }
specta-typescript = { git = "https://github.com/oscartbeaumont/specta", rev = "v2.0.0-rc.20", features = ["function"] }
specta-zod = { git = "https://github.com/oscartbeaumont/specta", rev = "v2.0.0-rc.20" }
specta-datatype-from = { git = "https://github.com/oscartbeaumont/specta", rev = "v2.0.0-rc.20" }
specta = { version = "=2.0.0-rc.20", features = ["derive", "serde", "serde_json"] }
specta-serde = { version = "=0.0.7" }
specta-typescript = { version = "=0.0.7", features = ["function"] }
specta-zod = { git = "https://github.com/spacedriveapp/specta", rev = "dcdc9e5" }
specta-datatype-from = { git = "https://github.com/spacedriveapp/specta", rev = "dcdc9e5" }
httpz = { path = "./httpz", optional = true }
serde = { version = "1.0.205", features = ["derive"] }
serde_json = "1.0.122"
Expand Down

0 comments on commit 23b5e9e

Please sign in to comment.