diff options
author | Cara Salter <cara@devcara.com> | 2022-06-09 08:17:23 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-06-09 08:19:18 -0400 |
commit | d674951ce8cb5b41afe68bbeefcd9ee585125ab9 (patch) | |
tree | 1014b011f5eff0f75eea413fafcf6db15b0e552f /Cargo.toml | |
parent | c8ab6337d26d606ce003fe747af3eff6e57f4c03 (diff) | |
download | solarlib-d674951ce8cb5b41afe68bbeefcd9ee585125ab9.tar.gz solarlib-d674951ce8cb5b41afe68bbeefcd9ee585125ab9.zip |
planet: Add "orbiting" field
True when the Planet is running, false when not
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "solarlib" -version = "1.2.1" +version = "1.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |