aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b394359..3212907 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
include:
- build: pinned
os: ubuntu-18.04
- rust: 1.32.0
+ rust: 1.33.0
- build: stable
os: ubuntu-18.04
rust: stable
diff --git a/README.md b/README.md
index c422248..a2357ba 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
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.30.
+It requires Rust 1.33.
A short example: