File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.0.11] - 2021-02-22
11+
1012### Changed
1113
1214- Prevent session from being built a temporary environment resulting in segfault ([ #46 ] ( https://github.com/nbigaouette/onnxruntime-rs/pull/46 ) )
13- - Update onnxruntime to 1.6.0
15+ - Update onnxruntime to 1.6.0 ( [ # 59 ] ( https://github.com/nbigaouette/onnxruntime-rs/pull/59 ) )
1416
1517### Added
1618
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ Then on each platform build with the proper feature flag:
197197Prepare the container:
198198
199199``` sh
200- ❯ docker run -it --rm --name rustbuilder -v " $PWD " :/usr/src/myapp -w /usr/src/myapp rust:1.47 .0 /bin/bash
200+ ❯ docker run -it --rm --name rustbuilder -v " $PWD " :/usr/src/myapp -w /usr/src/myapp rust:1.50 .0 /bin/bash
201201❯ apt-get update
202202❯ apt-get install clang
203203❯ rustup component add rustfmt
You can’t perform that action at this time.
0 commit comments