Skip to content

Commit f7e1874

Browse files
committed
fixing lib.rs doc comment that shows up on https://docs.rs/restapi/latest/restapi/
1 parent e4b7654 commit f7e1874

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "restapi"
33
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."
4-
version = "1.1.2"
4+
version = "1.1.3"
55
edition = "2021"
66
license = "MIT"
77
authors = [

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
//! ### Build Base Image
175175
//!
176176
//! 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.
177-
//! //!
177+
//!
178178
//! ```bash
179179
//! ./build-base.sh
180180
//! ```

0 commit comments

Comments
 (0)