aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVincent Prouillet2020-04-12 18:19:35 +0200
committerVincent Prouillet2020-04-12 18:19:58 +0200
commiteabbbd885b56bd15ead285759b180114ae1e70d6 (patch)
tree4105ab35f4feb9050b0b759470bb13265b121438 /README.md
parent2182f52e49c80ec924e0e6bdf2cc5b587e40c42e (diff)
downloadvalidator-eabbbd885b56bd15ead285759b180114ae1e70d6.tar.bz2
Update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e54e635..162e073 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
# validator
-[![Build Status](https://travis-ci.org/Keats/validator.svg)](https://travis-ci.org/Keats/validator)
+![Build](https://github.com/Keats/validator/workflows/ci/badge.svg)
Macros 1.1 custom derive to simplify struct validation inspired by [marshmallow](http://marshmallow.readthedocs.io/en/latest/) and
[Django validators](https://docs.djangoproject.com/en/1.10/ref/validators/).
-It requires Rust 1.33.
+It requires Rust 1.36.
Installation: