diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-12-06 17:11:14 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-12-06 17:11:14 +0000 |
commit | 7c64203f67e1b9da62dbb9529801a35a5afdcbce (patch) | |
tree | 34462cdd222bac0d63ff2e4a8943cb05b7a9f7ba /security | |
parent | af90810038be0e383327d47886e4b69aa99b5d39 (diff) | |
download | freebsd-ports-7c64203f67e1b9da62dbb9529801a35a5afdcbce.zip |
lang/rust: update to 1.31.0
- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2018/12/06/Rust-1.31.0.html
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D18427
Diffstat (limited to 'security')
-rw-r--r-- | security/cargo-audit/Makefile | 2 | ||||
-rw-r--r-- | security/kr/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/cargo-audit/Makefile b/security/cargo-audit/Makefile index 85caefeb4e2e..fd58d5ab3af6 100644 --- a/security/cargo-audit/Makefile +++ b/security/cargo-audit/Makefile @@ -3,7 +3,7 @@ PORTNAME= cargo-audit DISTVERSIONPREFIX= v DISTVERSION= 0.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= tobik@FreeBSD.org diff --git a/security/kr/Makefile b/security/kr/Makefile index 9e585370f6fb..b625278f1b40 100644 --- a/security/kr/Makefile +++ b/security/kr/Makefile @@ -3,7 +3,7 @@ PORTNAME= kr PORTVERSION= 2.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MAINTAINER= feld@FreeBSD.org |