diff --git a/.cargo/config.toml b/.cargo/config.toml deleted file mode 100644 index 28c482b..0000000 --- a/.cargo/config.toml +++ /dev/null @@ -1,21 +0,0 @@ -# # On Windows: -# # cargo install -f cargo-binutils -# # rustup component add llvm-tools-preview -# [target.x86_64-pc-windows-msvc] -# rustflags = ["-C", "link-arg=-fuse-ld=lld"] - -# [target.x86_64-pc-windows-gnu] -# rustflags = ["-C", "link-arg=-fuse-ld=lld"] - -# # On Linux -# # - Ubuntu: sudo apt-get install lld clang -# # - Arch: sudo pacman -S lld clang -# [target.x86_64-unknown-linux-gnu] -# rustflags = ["-C", "linker=clang", "-C", "link-arg=-fuse-ld=lld"] - -# # On MacOS: brew install michaeleisel/zld/zld -# [target.x86_64-apple-darwin] -# rustflags = ["-C", "link-arg=-fuse-ld=/usr/local/bin/zld"] - -# [target.aarch64-apple-darwin] -# rustflags = ["-C", "link-arg=-fuse-ld=/opt/homebrew/bin/zld"] diff --git a/Cargo.lock b/Cargo.lock index 178e42a..12e6263 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -770,7 +770,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" [[package]] name = "eksup" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anstyle", "anyhow", diff --git a/README.md b/README.md index 136e760..4aec74f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ git clone https://github.com/clowdhaus/eksup cd eksup cargo build --release ./target/release/eksup --version -0.7.0 +0.8.0 ``` ## Local Development diff --git a/eksup/Cargo.toml b/eksup/Cargo.toml index 9938474..643391f 100644 --- a/eksup/Cargo.toml +++ b/eksup/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eksup" -version = "0.7.0" +version = "0.8.0" authors = ["Bryant Biggs "] description = "A CLI to aid in upgrading Amazon EKS clusters" documentation = "https://github.com/clowdhaus/eksup" diff --git a/eksup/README.md b/eksup/README.md index 136e760..4aec74f 100644 --- a/eksup/README.md +++ b/eksup/README.md @@ -30,7 +30,7 @@ git clone https://github.com/clowdhaus/eksup cd eksup cargo build --release ./target/release/eksup --version -0.7.0 +0.8.0 ``` ## Local Development