Skip to content

Commit

Permalink
fix: vendor openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Jul 6, 2024
1 parent 9182116 commit 5ac3516
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 11 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ mysql_async = { version = "0.34.1", default-features = false, features = ["rustl
duckdb = { git = "https://github.com/frectonz/duckdb-rs.git", features = ["bundled"] }
humantime = "2.1.0"
clickhouse = "0.11.6"
hyper-tls = { version = "0.5.0", features = ["vendored"] }

[profile.release]
strip = true
Expand Down
3 changes: 0 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@

pkgs.httpie
pkgs.sqlite

pkgs.openssl
pkgs.pkg-config
];
};

Expand Down

0 comments on commit 5ac3516

Please sign in to comment.