Skip to content

Commit

Permalink
Fix documentation bug and add crates shield
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Sep 1, 2020
1 parent 1e76a2d commit 46b1063
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crepe"
version = "0.1.0"
version = "0.1.1"
authors = ["Eric Zhang <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Datalog in Rust as a procedural macro"
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Crepe
# Crepe &emsp; [![Latest Version]][crates.io]

[latest version]: https://img.shields.io/crates/v/crepe.svg
[crates.io]: https://crates.io/crates/crepe

Crepe is a library that allows you to write declarative logic programs in
Rust, with a [Datalog](https://en.wikipedia.org/wiki/Datalog)-like syntax.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! interoperates seamlessly with Rust programs.
//!
//! # Documentation
//! See the [`crepe!`](macro.Crepe.html) macro for detailed documentation.
//! See the [`crepe!`](macro.crepe.html) macro for detailed documentation.
#![forbid(unsafe_code)]
#![deny(missing_docs)]
Expand Down

0 comments on commit 46b1063

Please sign in to comment.