Skip to content

Commit

Permalink
Move version field in PFM cargo file
Browse files Browse the repository at this point in the history
  • Loading branch information
sug0 committed Dec 2, 2024
1 parent 069b7df commit 635eb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/packet-forward/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "ibc-middleware-packet-forward"
version = "0.8.0"
description = "IBC packet forward middleware implementation targeting ibc-rs"
authors.workspace = true
edition.workspace = true
Expand All @@ -8,7 +9,6 @@ keywords.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
version = "0.8.0"

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(coverage_nightly)"] }
Expand Down

0 comments on commit 635eb36

Please sign in to comment.