Skip to content

Commit

Permalink
chore: bumps introspect versions
Browse files Browse the repository at this point in the history
* Bumps `introspect-core` to v0.1.1
* Bumps `introspect` to v0.1.1
  • Loading branch information
claymcleod committed Oct 23, 2023
1 parent 8db1952 commit 31fe496
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion introspect-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "introspect-core"
description = "A crate containing the core functionality used for `introspect` and supporting crates"
version = "0.1.0"
version = "0.1.1"
documentation = "https://docs.rs/introspect-core"
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion introspect/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "introspect"
description = "Introspection for Rust `struct`s and `enum`s (\"entities\") and their respective fields and variants (\"members\")"
version = "0.1.0"
version = "0.1.1"
documentation = "https://github.com/claymcleod/introspect#readme"
authors.workspace = true
edition.workspace = true
Expand Down

0 comments on commit 31fe496

Please sign in to comment.