Skip to content

Commit fb85798

Browse files
🎉 release 1.0.5
1 parent 202d16c commit fb85798

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "specta"
33
description = "Easily export your Rust types to other languages"
4-
version = "1.0.4"
4+
version = "1.0.5"
55
authors = ["Oscar Beaumont <[email protected]>"]
66
edition = "2021"
77
license = "MIT"
@@ -87,7 +87,7 @@ tokio = ["dep:tokio"]
8787
url = ["dep:url"]
8888

8989
[dependencies]
90-
specta-macros = { version = "1.0.4", path = "./macros" }
90+
specta-macros = { version = "1.0.5", path = "./macros" }
9191
serde = { version = "1.0.147", features = ["derive"] }
9292
serde_json = { version = "1.0.87", optional = true, default-features = false, features = ["std"] }
9393
uuid = { version = "1.2.1", optional = true, default-features = false, features = [] }

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "specta-macros"
33
description = "Macros for specta. Don't use directly!"
4-
version = "1.0.4"
4+
version = "1.0.5"
55
authors = ["Oscar Beaumont <[email protected]>"]
66
edition = "2021"
77
license = "MIT"

0 commit comments

Comments
 (0)