Skip to content

Commit df954f4

Browse files
committed
Bump version to 0.15.1
1 parent 894815f commit df954f4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

librustls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustls-ffi"
33
# Keep in sync with defines in cbindgen.toml
4-
version = "0.15.0"
4+
version = "0.15.1"
55
license = "Apache-2.0 OR ISC OR MIT"
66
readme = "../README-crates.io.md"
77
description = "Rustls bindings for non-Rust languages"

librustls/cbindgen.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ after_includes = """
55
66
#define RUSTLS_VERSION_MAJOR 0
77
#define RUSTLS_VERSION_MINOR 15
8-
#define RUSTLS_VERSION_PATCH 0
8+
#define RUSTLS_VERSION_PATCH 1
99
1010
/**
1111
* This gives each version part 8 bits, and leaves the 8 least significant bits

librustls/src/rustls.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#define RUSTLS_VERSION_MAJOR 0
1111
#define RUSTLS_VERSION_MINOR 15
12-
#define RUSTLS_VERSION_PATCH 0
12+
#define RUSTLS_VERSION_PATCH 1
1313

1414
/**
1515
* This gives each version part 8 bits, and leaves the 8 least significant bits

0 commit comments

Comments
 (0)