Change docs.rs workaround
This commit is contained in:
committed by
Guillaume P
parent
dc36339433
commit
fbc58ad58d
+1
-9
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cp_sat"
|
||||
version = "0.1.3"
|
||||
version = "0.2.0"
|
||||
edition = "2018"
|
||||
description = "Rust bindings to the Google CP-SAT constraint programming solver."
|
||||
documentation = "https://docs.rs/cp_sat"
|
||||
@@ -10,10 +10,6 @@ keywords = ["constraint", "programming", "CP"]
|
||||
categories = ["api-bindings", "mathematics", "science"]
|
||||
readme = "README.md"
|
||||
|
||||
[features]
|
||||
# the doc feature will not build C++ wrappers (not needed by the doc)
|
||||
doc = []
|
||||
|
||||
[dependencies]
|
||||
prost = "0.8"
|
||||
bytes = "1.1.0"
|
||||
@@ -22,7 +18,3 @@ libc = "0.2.101"
|
||||
[build-dependencies]
|
||||
prost-build = { version = "0.8" }
|
||||
cc = "1.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
features = ["doc"]
|
||||
|
||||
Reference in New Issue
Block a user