Skip to content

Commit

Permalink
v0.1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Jun 14, 2024
1 parent 5ee5fcb commit e85499a
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 libspecr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "libspecr"
description = "standard library for specr lang"
# This version should be the same as the specr-transpile version.
version = "0.1.28"
version = "0.1.29"
edition = "2021"
repository = "https://github.com/minirust/minirust-tooling"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion specr-transpile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "specr-transpile"
description = "Converts Specr lang code to Rust"
# This version should be the same as the libspecr version.
version = "0.1.28"
version = "0.1.29"
rust-version = "1.65"
edition = "2021"
repository = "https://github.com/minirust/minirust-tooling"
Expand Down

0 comments on commit e85499a

Please sign in to comment.