Skip to content

Commit 92c3888

Browse files
author
Ethan Donowitz
committed
chore: tag 0.12.4
1 parent fca795e commit 92c3888

File tree

6 files changed

+22
-8
lines changed

6 files changed

+22
-8
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="0.12.4"></a>
2+
## 0.12.4 (2022-10-10)
3+
4+
5+
#### Performance
6+
7+
* always verify OAuth tokens on blocking thread (#1406) ([d69508d3](https://github.com/mozilla-services/syncstorage-rs/commit/d69508d3cc0cc9da96f7e6aab3b091495ed88346))
8+
9+
#### Chore
10+
11+
* update to Rust 1.64.0 (#1415) ([fca795e3](https://github.com/mozilla-services/syncstorage-rs/commit/fca795e3c09c7feee12b450791a53bb0a2871b48))
12+
13+
14+
115
<a name="0.12.3"></a>
216
## 0.12.3 (2022-09-23)
317

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

syncstorage-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syncstorage-common"
3-
version = "0.12.3"
3+
version = "0.12.4"
44
edition = "2021"
55

66
[dependencies]

syncstorage-db-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syncstorage-db-common"
3-
version = "0.12.3"
3+
version = "0.12.4"
44
edition = "2021"
55

66
[dependencies]

syncstorage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syncstorage"
3-
version = "0.12.3"
3+
version = "0.12.4"
44
license = "MPL-2.0"
55
authors = [
66
"Ben Bangert <[email protected]>",

tokenserver-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokenserver-common"
3-
version = "0.12.3"
3+
version = "0.12.4"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)