Skip to content

Commit

Permalink
fixing lib.rs doc comment that shows up on https://docs.rs/restapi/la…
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-johnson committed Mar 23, 2022
1 parent e4b7654 commit f7e1874
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "restapi"
description = "A secure-by-default rest api stack implemented with hyper, tokio, bb8 and postgres with prometheus for monitoring. This project is focused on providing end-to-end encryption by default for 12-factor applications looking to customize functionality using environment variables as needed. Includes a working user management and authentication backend written in postgresql with async S3 uploading for POST-ed data files."
version = "1.1.2"
version = "1.1.3"
edition = "2021"
license = "MIT"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
//! ### Build Base Image
//!
//! This will build an initial base image inside a docker container. Note: this base image will **not** work on a different cpu chipset because the openssl libraries are compiled within the image for this base image.
//! //!
//!
//! ```bash
//! ./build-base.sh
//! ```
Expand Down

0 comments on commit f7e1874

Please sign in to comment.