diff options
| author | Vincent Prouillet | 2019-10-17 21:56:06 +0200 |
|---|---|---|
| committer | Vincent Prouillet | 2019-10-17 21:56:14 +0200 |
| commit | 9bbd55ea056c275ca88342c69293e22480bc2466 (patch) | |
| tree | 593f6f54a801a439c31720b2cf90074fe937ed05 | |
| parent | 8fd0d392558422d95119a2e09f261bd4ac54e6d2 (diff) | |
| download | validator-9bbd55ea056c275ca88342c69293e22480bc2466.tar.bz2 | |
Try with Rust 1.33
| -rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
| -rw-r--r-- | README.md | 2 |
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 @@ -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: |
