Skip to content

Commit

Permalink
📌 Bumped the trdelnik-client version in templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikrk committed Aug 14, 2023
1 parent 4b00ed6 commit c46f710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/client/src/commander.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ impl Commander {
/// It's used internally by the [`#[trdelnik_test]`](trdelnik_test::trdelnik_test) macro.
#[throws]
pub async fn generate_program_client_deps(&self) {
let trdelnik_dep = r#"trdelnik-client = "0.4.0""#.parse().unwrap();
let trdelnik_dep = r#"trdelnik-client = "0.5.0""#.parse().unwrap();
// @TODO replace the line above with the specific version or commit hash
// when Trdelnik is released or when its repo is published.
// Or use both variants - path for Trdelnik repo/dev and version/commit for users.
Expand Down
2 changes: 1 addition & 1 deletion crates/client/src/templates/trdelnik-tests/Cargo.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"
[dev-dependencies]
fehler = "1.0.0"
rstest = "0.12.0"
trdelnik-client = "0.4.0"
trdelnik-client = "0.5.0"
program_client = { path = "../.program_client" }

0 comments on commit c46f710

Please sign in to comment.