You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EDIT @azerupi has a better description of the issue below.
The author is always set to "The Rust Project Developers"
The Cargo.toml file for this repo does have correct author info.
:~/src/ipnetwork (master=)$ cat Cargo.toml
[package]
name = "ipnetwork"
version = "0.1.11"
authors = ["Abhishek Chanda <[email protected]>"]
description = "A library to work with IP CIDRs in Rust, heavily WIP"
license = "Apache-2.0"
repository = "https://github.com/achanda/ipnetwork"
EDIT:
@azerupi pointed out that:
1. This bug appears only on crates that the current user owns.
2. The authors are listed as the authors of the last crate visited.
Please see screenshots below.
The text was updated successfully, but these errors were encountered:
EDIT
@azerupi has a better description of the issue below.
The author is always set to "The Rust Project Developers"
The
Cargo.toml
file for this repo does have correct author info.The text was updated successfully, but these errors were encountered: