Skip to content

Commit

Permalink
Bump lexical data crates.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctsrc committed Apr 6, 2024
1 parent 51f52e6 commit 4484848
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 crates/bip39-lexical-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "BIP39 Lexical Data"
license = "ISC"
readme = "README.md"
repository = "https://github.com/ctsrc/Pgen/crates/bip39-lexical-data"
version = "1.0.0-rc.1"
version = "1.0.0"
authors = ["Erik Nordstrøm <erik@nordstroem.no>"]
categories = ["science", "data-structures", "no-std"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion crates/eff-lexical-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "EFF Lexical Data"
license = "ISC"
readme = "README.md"
repository = "https://github.com/ctsrc/Pgen/crates/eff-lexical-data"
version = "1.0.0-rc.1"
version = "1.0.0"
authors = ["Erik Nordstrøm <erik@nordstroem.no>"]
categories = ["science", "data-structures", "no-std"]
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions crates/pgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ edition = "2021"
[dependencies]
rand = { workspace = true }
clap = { workspace = true }
bip39-lexical-data = { path = "../bip39-lexical-data", version = "1.0.0-rc.1" }
eff-lexical-data = { path = "../eff-lexical-data", version = "1.0.0-rc.1" }
bip39-lexical-data = { path = "../bip39-lexical-data", version = "1.0.0" }
eff-lexical-data = { path = "../eff-lexical-data", version = "1.0.0" }

0 comments on commit 4484848

Please sign in to comment.