Skip to content

Commit

Permalink
v0.6.3: Replace OpenSSL with RusTLS
Browse files Browse the repository at this point in the history
This should fix the broken builds.
  • Loading branch information
emk committed Mar 21, 2024
1 parent 138a8ae commit 9ba7d2b
Show file tree
Hide file tree
Showing 3 changed files with 9 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.

8 changes: 7 additions & 1 deletion substudy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

## [Unreleased]

## [0.6.2] - 2024-03-17
## [0.6.3] - 2024-03-20

### Fixed

- Linux: Do not use OpenSSL. It prevents us from building static binaries, and generally makes everything else harder.

## [0.6.2] - 2024-03-20

### Added

Expand Down
2 changes: 1 addition & 1 deletion substudy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "substudy"
version = "0.6.2"
version = "0.6.3"
authors = ["Eric Kidd <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit 9ba7d2b

Please sign in to comment.