Bump derive-docs (#2047)

This commit is contained in:
Adam Chalmers
2024-04-09 15:02:04 -05:00
committed by GitHub
parent 596c9a0ee6
commit d18e35b7ea

View File

@ -18,7 +18,7 @@ chrono = "0.4.37"
clap = { version = "4.5.4", features = ["cargo", "derive", "env", "unicode"], optional = true } clap = { version = "4.5.4", features = ["cargo", "derive", "env", "unicode"], optional = true }
dashmap = "5.5.3" dashmap = "5.5.3"
databake = { version = "0.1.7", features = ["derive"] } databake = { version = "0.1.7", features = ["derive"] }
derive-docs = { version = "0.1.12", path = "../derive-docs" } derive-docs = { version = "0.1.13", path = "../derive-docs" }
futures = { version = "0.3.30" } futures = { version = "0.3.30" }
gltf-json = "1.4.0" gltf-json = "1.4.0"
kittycad = { workspace = true } kittycad = { workspace = true }