Closed urschrei closed 2 years ago
We could go right to 2021, I think?
Oh, I was just being conservative because nothing else in georust is 2021 yet
Might be a good place to start, since wkt
isn't tested on older compilers :smile:.
Well I guess we know it doesn't work.
We need something like:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true
components: rustfmt, rust-src
Should I add a doc entry for the serde
feature? Is it in use? I didn't know WKT-in-JSON was something people did.
nm I did it.
Two last things I'd like to nail down:
Wkt
struct (what's it for?)Geometry
enum (what's it for?)@urschrei should this be merged? There are two approvals, but no merge, so high chance of bitrot
Oh, yeah. I think I was just leaving it for a few days.
bors r+
[x] I added an entry to
CHANGES.md
if knowledge of this change could be valuable to users.