Skip to content

Commit

Permalink
Release 0.53.0 (readme)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Feb 22, 2024
1 parent 2d06ee6 commit b1fadff
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions crates/libs/bindgen/readme.md
Expand Up @@ -10,10 +10,10 @@ Start by adding the following to your Cargo.toml file:

```toml
[dependencies.windows-targets]
version = "0.53"
version = "0.52.1"

[dev-dependencies.windows-bindgen]
version = "0.53"
version = "0.53.0"
```

Generates Rust bindings in a build script or test as needed:
Expand Down
4 changes: 2 additions & 2 deletions crates/libs/core/readme.md
Expand Up @@ -10,7 +10,7 @@ Start by adding the following to your Cargo.toml file:

```toml
[dependencies.windows]
version = "0.52"
version = "0.53.0"
features = [
"Data_Xml_Dom",
"Win32_Foundation",
Expand Down Expand Up @@ -58,7 +58,7 @@ Start by adding the following to your Cargo.toml file:

```toml
[dependencies.windows-sys]
version = "0.52"
version = "0.52.0"
features = [
"Win32_Foundation",
"Win32_Security",
Expand Down
2 changes: 1 addition & 1 deletion crates/libs/metadata/readme.md
Expand Up @@ -10,7 +10,7 @@ Start by adding the following to your Cargo.toml file:

```toml
[dependencies.windows-metadata]
version = "0.52"
version = "0.53.0"
```

Read metadata as needed:
Expand Down
4 changes: 2 additions & 2 deletions crates/libs/sys/readme.md
Expand Up @@ -11,7 +11,7 @@ Start by adding the following to your Cargo.toml file:

```toml
[dependencies.windows]
version = "0.52"
version = "0.53.0"
features = [
"Data_Xml_Dom",
"Win32_Foundation",
Expand Down Expand Up @@ -59,7 +59,7 @@ Start by adding the following to your Cargo.toml file:

```toml
[dependencies.windows-sys]
version = "0.52"
version = "0.52.0"
features = [
"Win32_Foundation",
"Win32_Security",
Expand Down
2 changes: 1 addition & 1 deletion crates/libs/targets/readme.md
Expand Up @@ -10,7 +10,7 @@ Start by adding the following to your Cargo.toml file:

```toml
[dependencies.windows-targets]
version = "0.52"
version = "0.52.1"
```

Use the `link`` macro to define the external functions you wish to call:
Expand Down
4 changes: 2 additions & 2 deletions crates/libs/windows/readme.md
Expand Up @@ -11,7 +11,7 @@ Start by adding the following to your Cargo.toml file:

```toml
[dependencies.windows]
version = "0.53"
version = "0.53.0"
features = [
"Data_Xml_Dom",
"Win32_Foundation",
Expand Down Expand Up @@ -59,7 +59,7 @@ Start by adding the following to your Cargo.toml file:

```toml
[dependencies.windows-sys]
version = "0.52"
version = "0.52.0"
features = [
"Win32_Foundation",
"Win32_Security",
Expand Down

0 comments on commit b1fadff

Please sign in to comment.