Skip to content

Commit

Permalink
release: 2.1.0 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
theangryangel committed Sep 3, 2024
1 parent eb381af commit d9a600b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ default-members = ["insim", "insim_*"]
resolver = "2"

[workspace.package]
version = "2.0.0"
version = "2.1.0"
authors = ["Karl Southern <karl@theangryangel.co.uk>"]
edition = "2021"
rust-version = "1.75"
Expand Down
6 changes: 3 additions & 3 deletions insim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ from_variants = { workspace = true }
futures-util = { workspace = true, optional = true }
if_chain = { workspace = true }
indexmap = { workspace = true }
insim_core = { path = "../insim_core", version = "2.0.0" }
insim_pth = { path = "../insim_pth", optional = true, version = "2.0.0" }
insim_smx = { path = "../insim_smx", optional = true, version = "2.0.0" }
insim_core = { path = "../insim_core", version = "2.1.0" }
insim_pth = { path = "../insim_pth", optional = true, version = "2.1.0" }
insim_smx = { path = "../insim_smx", optional = true, version = "2.1.0" }
serde = { workspace = true, features = ["derive"], optional = true }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["rt", "time", "net", "macros", "sync", "tracing"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion insim_pth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ bench = false
doctest = false

[dependencies]
insim_core = { path = "../insim_core", version = "2.0.0" }
insim_core = { path = "../insim_core", version = "2.1.0" }
thiserror = { workspace = true }
2 changes: 1 addition & 1 deletion insim_smx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ bench = false
doctest = false

[dependencies]
insim_core = { path = "../insim_core", version = "2.0.0" }
insim_core = { path = "../insim_core", version = "2.1.0" }
thiserror = { workspace = true }

0 comments on commit d9a600b

Please sign in to comment.