diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2018-12-31 01:01:49 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2018-12-31 01:01:49 +0100 |
commit | d114376a8c163f93724ee24171111ce4b3ed299a (patch) | |
tree | af9e6437b3bba2090319cd4a78b8a59f87d7a945 /components | |
parent | 40f1e188d0550926fe0742716313468b3cc11dfd (diff) | |
download | servo-d114376a8c163f93724ee24171111ce4b3ed299a.tar.gz servo-d114376a8c163f93724ee24171111ce4b3ed299a.zip |
Publish selectors 0.21.0 on crates.ioselectors-v0.21.0
Diffstat (limited to 'components')
-rw-r--r-- | components/selectors/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/selectors/Cargo.toml b/components/selectors/Cargo.toml index 86d4a718606..b2437831b81 100644 --- a/components/selectors/Cargo.toml +++ b/components/selectors/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "selectors" -version = "0.20.0" +version = "0.21.0" authors = ["The Servo Project Developers"] documentation = "https://docs.rs/selectors/" |