Skip to content

Commit

Permalink
Readme docs (#20)
Browse files Browse the repository at this point in the history
* Patch version bump for README.md publish

* Patch version bump for README.md publish
  • Loading branch information
mstallmo authored Sep 13, 2020
1 parent 6b84a4a commit 6013dbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tensorrt-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tensorrt-sys"
version = "0.2.0"
version = "0.2.1"
authors = ["Mason Stallmo <[email protected]>"]
license = "MIT"
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions tensorrt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tensorrt-rs"
version = "0.2.0"
version = "0.2.1"
authors = ["Mason Stallmo <[email protected]>"]
license = "MIT"
repository = "https://github.com/mstallmo/tensorrt-rs"
Expand All @@ -11,7 +11,7 @@ description = "Rust library for using Nvidia's TensorRT deep learning accelerati
[dependencies]
# Uncomment when working locally
#tensorrt-sys = {version = "0.2", path="../tensorrt-sys"}
tensorrt-sys = "0.2.0"
tensorrt-sys = "0.2.1"
ndarray = "0.13.1"
ndarray-image = "0.2.1"
image = "0.23.9"
Expand Down

0 comments on commit 6013dbd

Please sign in to comment.