Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Nov 25, 2024
1 parent e25edd3 commit bd4bce8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firefly_cli"
version = "0.6.0"
version = "0.7.0"
rust-version = "1.82.0"
edition = "2021"
authors = ["Firefly Zero team"]
Expand Down Expand Up @@ -43,7 +43,9 @@ rsa = { version = "0.9.6", default-features = false, features = [
"std",
"sha2",
] }
rust-embed = { version = "8.5.0", default-features = false, features = ["debug-embed"] }
rust-embed = { version = "8.5.0", default-features = false, features = [
"debug-embed",
] }
# REPL
rustyline = "14.0.0"
# Deserialize firefly.toml (required by `toml`)
Expand Down

0 comments on commit bd4bce8

Please sign in to comment.