diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-08-30 18:36:07 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-08-30 18:36:07 +0000 |
commit | c9a06251c54ac3f7aeadfb50d52ea9d89eaf5b40 (patch) | |
tree | d019fc1dd12e83b252599d9f7250733f5a8e2694 /sysutils/potnet | |
parent | 8449a76cb024f7192e93fb447c6252d4b5b07f2a (diff) | |
download | freebsd-ports-c9a06251c54ac3f7aeadfb50d52ea9d89eaf5b40.zip |
lang/rust: Update to 1.46.0
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D26176
Diffstat (limited to 'sysutils/potnet')
-rw-r--r-- | sysutils/potnet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/potnet/Makefile b/sysutils/potnet/Makefile index 24b9a1da91c2..2ec12fbe249c 100644 --- a/sysutils/potnet/Makefile +++ b/sysutils/potnet/Makefile @@ -2,7 +2,7 @@ PORTNAME= potnet DISTVERSION= 0.4.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org |