Skip to content

Commit

Permalink
chore: bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jun 15, 2023
1 parent ef8dd73 commit c40ac91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/installers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version = "0.1.2"
anyhow = "1.0.71"
crosup-macros = {path = "../macros", version = "0.1.2"}
crosup-ssh = {path = "../ssh", version = "0.1.0"}
crosup-types = {path = "../types", version = "0.1.1"}
crosup-types = {path = "../types", version = "0.1.2"}
indexmap = {version = "1.9.3", features = ["serde"]}
owo-colors = "3.5.0"
ssh2 = {version = "0.9.4", features = ["vendored-openssl"]}
2 changes: 1 addition & 1 deletion crates/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["chromebook", "chromeos", "homebrew", "docker", "nix"]
license = "MIT"
name = "crosup-types"
repository = "https://github.com/tsirysndr/crosup"
version = "0.1.1"
version = "0.1.2"

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

Expand Down

0 comments on commit c40ac91

Please sign in to comment.