Skip to content

Commit

Permalink
[zerocopy] Publish LICENSE file on crates.io
Browse files Browse the repository at this point in the history
Change-Id: I0a718a8b42331b0b23d2e3491e22cc2c4a9ac398
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/602061
Reviewed-by: Adam Perry <adamperry@google.com>
Commit-Queue: Joshua Liebow-Feeser <joshlf@google.com>
  • Loading branch information
joshlf authored and CQ Bot committed Nov 4, 2021
1 parent b46f7df commit 86160a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml.crates-io
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
[package]
edition = "2018"
name = "zerocopy"
version = "0.6.0"
version = "0.6.1"
authors = ["Joshua Liebow-Feeser <joshlf@google.com>"]
description = "Utilities for zero-copy parsing and serialization"
license = "BSD-3-Clause"
license-file = "../../../LICENSE"
repository = "https://fuchsia.googlesource.com/fuchsia/+/HEAD/src/lib/zerocopy"

include = ["src/*", "Cargo.toml", "LICENSE"]
include = ["src/*", "Cargo.toml"]

[package.metadata.docs.rs]
all-features = true
Expand All @@ -24,7 +24,7 @@ simd = []
simd-nightly = ["simd"]

[dependencies]
zerocopy-derive = "0.3.0"
zerocopy-derive = "0.3.1"

[dependencies.byteorder]
version = "1.3"
Expand Down
6 changes: 3 additions & 3 deletions zerocopy-derive/Cargo.toml.crates-io
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
[package]
edition = "2018"
name = "zerocopy-derive"
version = "0.3.0"
version = "0.3.1"
authors = ["Joshua Liebow-Feeser <joshlf@google.com>"]
description = "Custom derive for traits from the zerocopy crate"
license = "BSD-3-Clause"
license-file = "../../../../LICENSE"
repository = "https://fuchsia.googlesource.com/fuchsia/+/HEAD/src/lib/zerocopy/zerocopy-derive"

include = ["src/*", "tests/*", "Cargo.toml", "LICENSE"]
include = ["src/*", "tests/*", "Cargo.toml"]

[lib]
proc-macro = true
Expand Down

0 comments on commit 86160a8

Please sign in to comment.