Skip to content

Commit

Permalink
Bump to 2021 edition
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Feb 19, 2022
1 parent 5d94d36 commit 3a0332d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.53.0 # or patterns
toolchain: 1.56.0 # 2021 edition
override: true
- uses: actions/checkout@v2
- name: cargo +1.52.0 check
- name: cargo +1.56.0 check
uses: actions-rs/cargo@v1
with:
command: check
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fantoccini"
version = "0.19.0-rc.1"
edition = "2018"
edition = "2021"

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

0 comments on commit 3a0332d

Please sign in to comment.