Skip to content

Commit

Permalink
Merge pull request #37 from ontodev/support-nanobot
Browse files Browse the repository at this point in the history
Update valve.rs to support nanobot.rs
  • Loading branch information
lmcmicu authored May 5, 2023
2 parents 44252c0 + da5928b commit 14761a3
Show file tree
Hide file tree
Showing 3 changed files with 345 additions and 57 deletions.
187 changes: 156 additions & 31 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
name = "ontodev_valve"
description = "A lightweight validation engine written in rust"
license = "BSD-3-Clause"
version = "0.2.0"
version = "0.2.1"
repository = "https://github.com/ontodev/valve.rs"
edition = "2021"
build = "build.rs"

[build-dependencies]
lalrpop = { version = "0.19.7", features = ["lexer"] }
lalrpop = { version = "0.19.9", features = ["lexer"] }

[dependencies]
argparse = "0.2.2"
Expand Down
Loading

0 comments on commit 14761a3

Please sign in to comment.