Skip to content

Commit

Permalink
Bump Marker version -> v0.2.1 🌸
Browse files Browse the repository at this point in the history
  • Loading branch information
xFrednet committed Sep 19, 2023
1 parent f51dc94 commit 1198ae2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 1198ae2

Please sign in to comment.