Skip to content

Commit

Permalink
Merge branch 'release' into v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Feb 11, 2022
2 parents 95408d0 + 00ae12a commit 5555622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/bonsaidb-local/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![doc = include_str!(".crate-docs.md")]
#![cfg_attr(not(feature = "included-from-omnibus"), doc = include_str!("../../../.rustme/local-feature-flags.md"))]
#![cfg_attr(not(feature = "included-from-omnibus"), doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/../../.rustme/local-feature-flags.md")))]
#![forbid(unsafe_code)]
#![warn(
clippy::cargo,
Expand Down
2 changes: 1 addition & 1 deletion crates/bonsaidb-server/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![doc = include_str!(".crate-docs.md")]
#![cfg_attr(not(feature = "included-from-omnibus"), doc = include_str!("../../../.rustme/server-feature-flags.md"))]
#![cfg_attr(not(feature = "included-from-omnibus"), doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/../../.rustme/server-feature-flags.md")))]
#![forbid(unsafe_code)]
#![warn(
clippy::cargo,
Expand Down

0 comments on commit 5555622

Please sign in to comment.