Skip to content

Commit

Permalink
Fix docs.rs build (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-tsurko authored May 23, 2020
1 parent 4ff0cc9 commit 315ce9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ license-file = "LICENSE"
name = "fpsdk"
readme = "README.md"
repository = "https://github.com/tonikasoft/fpsdk"
version = "1.0.0"
version = "1.0.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[package.metadata.docs.rs]
targets = [ "x86_64-apple-darwin", "x86_64-pc-windows-msvc" ]

[dependencies]
bitflags = "1.2"
Expand Down

0 comments on commit 315ce9b

Please sign in to comment.