Skip to content

Commit

Permalink
fix roque reference
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Oct 30, 2023
1 parent 6b0068e commit 1538e4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rustsat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
description = "This library aims to provide implementations of elements commonly used in the development on software in the area of satisfiability solving. The focus of the library is to provide as much ease of use without giving up on performance."
keywords = ["sat", "satisfiability", "encodings"]
repository = "https://github.com/chrjabs/rustsat"
readme = "../README.md"
readme = "README.md"

build = "build.rs"

Expand Down
1 change: 1 addition & 0 deletions rustsat/README.md
2 changes: 1 addition & 1 deletion rustsat/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc = include_str!("../../README.md")]
#![doc = include_str!("../README.md")]
#![cfg_attr(feature = "bench", feature(test))]

pub mod encodings;
Expand Down

0 comments on commit 1538e4b

Please sign in to comment.