CertainLach / jrsonnet

Rust implementation of Jsonnet language
MIT License
290 stars 33 forks source link

build: use now-stable async traits #138

Closed JarvisCraft closed 8 months ago

JarvisCraft commented 8 months ago

Description

This enables the usage of now-stable async fns in traits.

While 1.75 is not released yet, it is still okay for us to use this version since the specific crate feature is opt-in. The key factor here is that we don't need nightly #[feature]s for this to work.