Skip to content

Commit c2030ec

Browse files
committed
Bump 0.49.2
1 parent 8074b74 commit c2030ec

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.49.2
4+
5+
*Fixes*
6+
7+
* Overhauling & fixing CI builds.
8+
39
## 0.49.1
410

511
*Fixes*

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xan"
3-
version = "0.49.1" #:version
3+
version = "0.49.2" #:version
44
authors = [
55
"Andrew Gallant <jamslam@gmail.com>",
66
"Guillaume Plique <guillaume.plique@sciencespo.fr>",

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,9 @@ Pre-built binaries can be found attached to every GitHub [releases](https://gith
111111

112112
Currently supported targets include:
113113

114-
- `x86_64-unknown-linux-musl`
115-
- `x86_64-pc-windows-gnu`
114+
- `x86_64-apple-darwin`
115+
- `x86_64-unknown-linux-gnu`
116+
- `x86_64-pc-windows-msvc`
116117

117118
Feel free to open a PR to improve the CI by adding relevant targets.
118119

0 commit comments

Comments
 (0)