Skip to content

Commit

Permalink
Bump to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaslueg committed Jul 26, 2024
1 parent 4c3126b commit e500dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "railroad"
version = "0.3.1"
version = "0.3.2"
authors = ["Lukas Lueg <[email protected]>"]
license = "MIT"
description = "A library to create syntax-diagrams as Scalable Vector Graphics"
repository = "https://github.com/lukaslueg/railroad"
documentation = "https://docs.rs/railroad"
readme = "README.md"
exclude = ["examples/*.jpeg"]
exclude = ["examples/*.jpeg", "examples/*.png", "examples/*.html"]
edition = "2021"

[features]
Expand Down

0 comments on commit e500dbf

Please sign in to comment.