Skip to content

Commit

Permalink
fix - rollback target cpu features
Browse files Browse the repository at this point in the history
  • Loading branch information
rumblefrog committed Jun 25, 2021
1 parent 36a7394 commit 6a3c545
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .cargo/config.toml

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[package]
name = "rust-fetch"
version = "0.6.3"
version = "0.6.4"
authors = ["rumblefrog <[email protected]>"]
edition = "2018"
rust = "1.52" # Requires nightly as of now

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rust-fetch",
"version": "0.6.3",
"version": "0.6.4",
"description": "Rust HTTP wrapper for JS",
"main": "dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion release_build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.3
0.6.4

0 comments on commit 6a3c545

Please sign in to comment.