Skip to content

Commit

Permalink
Fix: version of dev-dependency on sdml-parse
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonskj committed Sep 1, 2024
1 parent 0ef3dc8 commit 8a7362c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdml-generate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sdml-generate"
description = "Simple Domain Modeling Language (SDML) generated Artifacts"
version = "0.3.0"
version = "0.3.1"
authors = ["Simon Johnston <johnstonskj@gmail.com>"]
repository = "https://github.com/johnstonskj/rust-sdml.git"
license-file = "../LICENSE"
Expand Down Expand Up @@ -44,4 +44,4 @@ tree-sitter-highlight = { version = "0.23", optional = true }
[dev-dependencies]
paste = "1.0.14"
pretty_assertions = "1.3.0"
sdml-parse = { version = "0.2.9", path = "../sdml-parse" }
sdml-parse = { version = "0.3.0", path = "../sdml-parse" }
4 changes: 4 additions & 0 deletions sdml-generate/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ The following figure demonstrates this package in the broader project context.

* Changes

*Version 0.3.1*

- Fix: update dev-dependency for ~sdml-parse~.

*Version 0.3.0*

- Feature: updates to support the latest grammar, see ~sdml-core~.
Expand Down

0 comments on commit 8a7362c

Please sign in to comment.