Skip to content

Commit ba0384d

Browse files
committed
Update and get repo right, etc...
1 parent a0335dc commit ba0384d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
language: rust
22

33
rust:
4-
- stable
5-
- beta
6-
- nightly
4+
- 1.31.1
75

86
matrix:
97
allow_failures:

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "cargo-pants"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
authors = ["Glenn Mohre <glenn.mohre@gmail.com>"]
55
edition = "2018"
66
readme = "README.md"
7-
repository = "https://github.com/gmohre/cargo-pants"
7+
repository = "https://github.com/sonatype-nexus-community/cargo-pants"
88
description = "cargo-pants is a cargo subcommand application that provides a bill of materials and a list of which dependencies have a vulnerability, powered by Sonatype OSSIndex"
99
license = "Apache-2.0"
1010
license_file = "LICENSE"

0 commit comments

Comments
 (0)