Skip to content

Commit 5ca1908

Browse files
committed
Release soa-derive-internal v0.13.3
1 parent c5fd944 commit 5ca1908

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
// Deny most of allow by default lints, just to be sure we don't create warning in user code.
2929
// They are to be selectively allowed in the implementation
3030
#![deny(absolute_paths_not_starting_with_crate, anonymous_parameters, bare_trait_objects)]
31-
#![deny(box_pointers, missing_copy_implementations, missing_debug_implementations)]
31+
#![deny(missing_copy_implementations, missing_debug_implementations)]
3232
#![deny(missing_docs, trivial_casts, trivial_numeric_casts, unreachable_pub)]
3333
#![deny(unstable_features, unused_extern_crates, unused_import_braces, unused_labels)]
3434
#![deny(unused_lifetimes, unused_qualifications, unused_results, variant_size_differences)]

soa-derive-internal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "soa_derive_internal"
3-
version = "0.13.2"
3+
version = "0.13.3"
44
edition = "2018"
55
rust-version = "1.63"
66

0 commit comments

Comments
 (0)