Skip to content

Commit

Permalink
Release bollard-stubs 1.42.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fussybeaver committed Jun 18, 2022
1 parent 14fdfbe commit c6bc07f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/fussybeaver/bollard"
documentation = "https://docs.rs/bollard"
readme = "README.md"
keywords = ["docker"]
edition = "2018"
edition = "2021"

[features]
# Enable tests specifically for the http connector
Expand Down
2 changes: 1 addition & 1 deletion codegen/pom.xml
Expand Up @@ -31,7 +31,7 @@
<supportingFilesToGenerate>models.rs,lib.rs,Cargo.toml,config,README.md</supportingFilesToGenerate>
<configOptions>
<packageName>bollard-stubs</packageName>
<packageVersion>1.42.0-rc.2</packageVersion>
<packageVersion>1.42.0-rc.3</packageVersion>
</configOptions>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion codegen/src/main/resources/bollard/Cargo.mustache
Expand Up @@ -4,7 +4,7 @@ version = "{{appVersion}}"
authors = [ "Bollard contributors" ]
description = "Stubs used for the Bollard rust async Docker client API"
license = "Apache-2.0"
edition = "2018"
edition = "2021"

[dependencies]
chrono = { version = "0.4", features = ["serde"], optional = true }
Expand Down
4 changes: 2 additions & 2 deletions codegen/target/generated-sources/Cargo.toml
@@ -1,10 +1,10 @@
[package]
name = "bollard-stubs"
version = "1.42.0-rc.2"
version = "1.42.0-rc.3"
authors = [ "Bollard contributors" ]
description = "Stubs used for the Bollard rust async Docker client API"
license = "Apache-2.0"
edition = "2018"
edition = "2021"

[dependencies]
chrono = { version = "0.4", features = ["serde"], optional = true }
Expand Down
6 changes: 3 additions & 3 deletions codegen/target/generated-sources/README.md
Expand Up @@ -7,9 +7,9 @@ To see how to make this your own, look here:

[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 1.42.0-rc.2
- Code generation suffix: 1.42.0-rc.2
- Build date: 2022-06-11T13:13:57.645+01:00
- API version: 1.42.0-rc.3
- Code generation suffix: 1.42.0-rc.3
- Build date: 2022-06-18T09:45:11.451+01:00

This autogenerated project defines an API crate `bollard-stubs` which contains:
* Data types representing the underlying data model.
Expand Down

0 comments on commit c6bc07f

Please sign in to comment.