Skip to content

Commit

Permalink
build: set motsu version
Browse files Browse the repository at this point in the history
  • Loading branch information
bidzyyys committed Sep 11, 2024
1 parent 42c859f commit ef3b344
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 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 lib/motsu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ edition.workspace = true
keywords.workspace = true
license.workspace = true
repository.workspace = true
version = "0.1.0"
version = "0.1.0-rc"

[dependencies]
const-hex.workspace = true
once_cell.workspace = true
tiny-keccak.workspace = true
stylus-sdk.workspace = true
motsu-proc = { path = "../motsu-proc" }
motsu-proc = "0.1.0"

[lints]
workspace = true

0 comments on commit ef3b344

Please sign in to comment.