File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 2
2
# See Notices.txt for copyright information
3
3
[package ]
4
4
name = " simple-soft-float"
5
- version = " 0.1 .0"
5
+ version = " 0.2 .0"
6
6
authors = [
" Jacob Lifshay <[email protected] >" ]
7
7
edition = " 2018"
8
8
license = " LGPL-2.1-or-later"
@@ -26,15 +26,13 @@ num-traits = "0.2"
26
26
num-rational = " 0.2"
27
27
28
28
[dependencies .algebraics ]
29
- version = " >= 0.1.2, < 0.2"
29
+ version = " 0.2"
30
30
31
31
[dependencies .once_cell ]
32
32
version = " 1.2"
33
33
optional = true
34
34
35
35
[dependencies .pyo3 ]
36
- # version = "0.9.0"
37
- git = " https://github.com/PyO3/pyo3"
38
- rev = " 10999743169612e7483f484d951eca0f6723b1b0"
36
+ version = " 0.9.0"
39
37
optional = true
40
38
features = [" num-bigint" ]
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ Add to your `Cargo.toml`:
6
6
7
7
``` toml
8
8
[dependencies .simple-soft-float ]
9
- version = " 0.1 "
9
+ version = " 0.2 "
10
10
```
11
11
12
12
## Installation for use from Python
13
13
14
14
Install Rust using [ rustup.rs] ( https://rustup.rs ) .
15
15
16
- Create CPython 3.6 to 3.7 virtualenv (not sure if 3.8 is supported yet) .
16
+ Create CPython 3.6 to 3.8 virtualenv .
17
17
18
18
Install Python bindings build tool:
19
19
``` bash
@@ -29,7 +29,7 @@ cd simple-soft-float
29
29
Change source dir to use specific version of Rust nightly:
30
30
(must be in ` simple-soft-float ` dir):
31
31
``` bash
32
- rustup override set nightly-2019-07-19
32
+ rustup override set nightly-2020-01-23
33
33
```
34
34
35
35
Build and Test (like ` setup.py develop ` ):
You can’t perform that action at this time.
0 commit comments