Skip to content

Commit

Permalink
chore: goodbye windows
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Aug 28, 2024
1 parent e107b6a commit 3365574
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
4 changes: 0 additions & 4 deletions Cargo.lock

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

9 changes: 1 addition & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ version = "0.1.27"
edition = "2021"
repository = "https://github.com/frectonz/sql-studio"
description = "Single binary, single command SQL Database Explorer."
homepage = "https://sql-studio.frectonz.io/"
authors = ["frectonz"]

[dependencies]
Expand All @@ -30,12 +29,6 @@ clickhouse = { version = "0.12.2", features = ["rustls-tls"] }
duckdb = { version = "1.0.0", features = ["bundled"] }
libsql = { version = "0.5.0", features = ["remote"] }

# aws-lc-rs breaks because of nasm on windows
ring = "0.17.8"
rustls = { version = "0.22.4", default-features = false }
webpki = "0.22.4"
webpki-roots = "0.26.1"

[profile.release]
strip = true
opt-level = "z"
Expand All @@ -56,7 +49,7 @@ ci = "github"
# The installers to generate for each app
installers = ["shell", "powershell"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu"]
# Whether to install an updater program
install-updater = true
# Skip checking whether the specified configuration files are up to date
Expand Down

0 comments on commit 3365574

Please sign in to comment.