Skip to content

Commit

Permalink
🎉 release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Feb 23, 2023
1 parent cdacf3e commit 001b35e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "specta"
description = "Easily export your Rust types to other languages"
version = "0.0.6"
version = "1.0.0"
authors = ["Oscar Beaumont <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -85,7 +85,7 @@ glam = ["dep:glam"]
tokio = ["dep:tokio"]

[dependencies]
specta-macros = { version = "0.0.6", path = "./macros" }
specta-macros = { version = "1.0.0", path = "./macros" }
serde = { version = "1.0.147", features = ["derive"] }
serde_json = { version = "1.0.87", optional = true, default-features = false, features = ["std"] }
uuid = { version = "1.2.1", optional = true, default-features = false, features = [] }
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "specta-macros"
description = "Macros for specta. Don't use directly!"
version = "0.0.6"
version = "1.0.0"
authors = ["Oscar Beaumont <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 001b35e

Please sign in to comment.