diff --git a/Cargo.lock b/Cargo.lock index cff3cec..340533e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -86,7 +86,7 @@ dependencies = [ [[package]] name = "fantoccini" -version = "0.20.0-rc.4" +version = "0.20.0-rc.5" dependencies = [ "base64", "cookie", diff --git a/Cargo.toml b/Cargo.toml index 65ae4b4..f5aa538 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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."