Skip to content

Commit 87d3e53

Browse files
committed
v0.2.0
1 parent abe1e62 commit 87d3e53

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,19 @@ ci = ["github"]
1010
# The installers to generate for each app
1111
installers = []
1212
# Target platforms to build apps for (Rust target-triple syntax)
13-
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
13+
targets = [
14+
"aarch64-apple-darwin",
15+
"x86_64-apple-darwin",
16+
"x86_64-unknown-linux-gnu",
17+
"x86_64-pc-windows-msvc",
18+
]
1419
# Publish jobs to run in CI
1520
pr-run-mode = "plan"
1621

1722
[package]
1823
name = "locust"
1924
repository = "https://github.com/maxmindlin/locust"
20-
version = "0.1.0"
25+
version = "0.2.0"
2126
edition = "2021"
2227

2328
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

locust-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "locust-cli"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
repository = "https://github.com/maxmindlin/locust"
55
edition = "2021"
66

locust-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "locust-core"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
repository = "https://github.com/maxmindlin/locust"
55
edition = "2021"
66

0 commit comments

Comments
 (0)