dagger-rs/crates
kjuulh f29ff836cf feat(sdk): without Some in _opts functions
Option has been removed as a wrapper around opts. This makes it much
more convenient to use

```rust
client.container_opts(Some(ContainerOpts{}))
// ->
client.container_opts(ContainerOpts{})
```

The same options are still available, either an empty object can be
passed, or a non _opts function can be used
2023-02-19 18:00:04 +01:00
..
dagger-codegen feat(sdk): without Some in _opts functions 2023-02-19 18:00:04 +01:00
dagger-core Release dagger-core v0.2.2, dagger-codegen v0.2.2, dagger-rs v0.2.8 2023-02-19 12:27:28 +01:00
dagger-sdk feat(sdk): without Some in _opts functions 2023-02-19 18:00:04 +01:00