jamiebrynes7 / spatialos-sdk-rs

Rust integration of the SpatialOS C API bindings
Apache License 2.0
21 stars 6 forks source link

Support pinned runtime version #181

Closed jamiebrynes7 closed 4 years ago

jamiebrynes7 commented 4 years ago

At some point in the past, supplying a runtime version to spatial local launch became mandatory. This then broke cargo spatial local launch. This PR resolves this issue.

codecov[bot] commented 4 years ago

Codecov Report

Merging #181 into master will decrease coverage by 0.00%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #181      +/-   ##
==========================================
- Coverage   18.71%   18.71%   -0.01%     
==========================================
  Files          47       47              
  Lines        7420     7423       +3     
==========================================
  Hits         1389     1389              
- Misses       6031     6034       +3     
Impacted Files Coverage Δ
cargo-spatial/src/config.rs 0.00% <0.00%> (ø)
cargo-spatial/src/local.rs 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e4322ec...6bcb24d. Read the comment docs.