mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-19 18:07:45 +00:00
Don't put an explicit crate name
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ipnetwork"
|
||||
version = "0.1.6"
|
||||
version = "0.1.7"
|
||||
authors = ["Abhishek Chanda <abhishe.becsk@gmail.com>"]
|
||||
description = "A library to work with IP CIDRs in Rust, heavily WIP"
|
||||
license = "Apache-2.0"
|
||||
|
@ -1,5 +1,4 @@
|
||||
#![crate_type = "lib"]
|
||||
#![crate_name = "ipnetwork"]
|
||||
#![feature(ip_addr)]
|
||||
#[allow(dead_code)]
|
||||
|
||||
|
Reference in New Issue
Block a user