Release derive-docs (#4446)

This commit is contained in:
Adam Chalmers
2024-11-08 14:23:55 -06:00
committed by GitHub
parent 062fae1e54
commit 9e1cf90c81
2 changed files with 2 additions and 2 deletions

View File

@ -737,7 +737,7 @@ dependencies = [
[[package]]
name = "derive-docs"
version = "0.1.29"
version = "0.1.30"
dependencies = [
"Inflector",
"anyhow",

View File

@ -1,7 +1,7 @@
[package]
name = "derive-docs"
description = "A tool for generating documentation from Rust derive macros"
version = "0.1.29"
version = "0.1.30"
edition = "2021"
license = "MIT"
repository = "https://github.com/KittyCAD/modeling-app"