Skip to content

Commit

Permalink
Release v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav committed Mar 6, 2024
1 parent c95b0d2 commit db751dc
Show file tree
Hide file tree
Showing 3 changed files with 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "runtime-override"
version = "0.5.3"
version = "0.5.4"

[[bin]]
name = "rtor"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fn main() -> Result<()> {

env::set_current_dir("../../")?;

let name_prefix = format!("{runtime}-{target}-{}-runtime", features.replace(',', "-"));
let name_prefix = format!("{runtime}-{target}-{}", features.replace(',', "-"));

create_dir_unchecked(&output)?;

Expand Down

0 comments on commit db751dc

Please sign in to comment.