Skip to content

Commit

Permalink
Release 0.20.0-rc.5
Browse files Browse the repository at this point in the history
- Fix SPDX license specifier in Cargo.toml
- Makes it possible to use fantoccini with Internet Explorer (#215)
- Allow using native-tls without bringing in openssl
- Update hyper-rustls
  • Loading branch information
jonhoo committed Aug 25, 2023
1 parent 8d5a40e commit 1feccc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fantoccini"
version = "0.20.0-rc.4"
version = "0.20.0-rc.5"
edition = "2021"

description = "High-level API for programmatically interacting with web pages through WebDriver."
Expand Down

0 comments on commit 1feccc8

Please sign in to comment.