diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9421f48..d7167f4 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -32,7 +32,7 @@ jobs: toolchain: nightly-2023-07-13 components: cargo, clippy, rustfmt, rustc, rustc-dev, llvm-tools - run: rustc -vV - - run: cargo install cargo_marker --version 0.1.1 + - run: cargo install cargo_marker --version 0.2.1 - run: cargo marker setup # Tests diff --git a/Cargo.toml b/Cargo.toml index 71b8b97..7acbdaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,15 +9,15 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -marker_api = "0.1.1" -marker_utils = "0.1.1" +marker_api = "0.2.1" +marker_utils = "0.2.1" [dev-dependencies] -marker_uitest = "0.1.1" +marker_uitest = "0.2.1" [[test]] name = "uitest" harness = false [workspace.metadata.marker.lints] -marker_lints = "0.1.1" +marker_lints = "0.2.1"