num-complex
Advanced tools
| { | ||
| "git": { | ||
| "sha1": "0ab39cda9e74b24b115643dce93249af02f077ed" | ||
| "sha1": "ce0637be7d2cfb43d505b37b670617e4dc18e9e6" | ||
| } | ||
| } |
+2
-2
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "num-complex" | ||
| version = "0.3.0" | ||
| version = "0.3.1" | ||
| authors = ["The Rust Project Developers"] | ||
@@ -26,3 +26,3 @@ exclude = ["/bors.toml", "/ci/*", "/.github/*"] | ||
| categories = ["algorithms", "data-structures", "science", "no-std"] | ||
| license = "MIT/Apache-2.0" | ||
| license = "MIT OR Apache-2.0" | ||
| repository = "https://github.com/rust-num/num-complex" | ||
@@ -29,0 +29,0 @@ [package.metadata.docs.rs] |
+15
-0
@@ -41,1 +41,16 @@ # num-complex | ||
| The `num-complex` crate is tested for rustc 1.31 and greater. | ||
| ## License | ||
| Licensed under either of | ||
| * [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) | ||
| * [MIT license](http://opensource.org/licenses/MIT) | ||
| at your option. | ||
| ### Contribution | ||
| Unless you explicitly state otherwise, any contribution intentionally submitted | ||
| for inclusion in the work by you, as defined in the Apache-2.0 license, shall be | ||
| dual licensed as above, without any additional terms or conditions. |
+6
-0
@@ -0,1 +1,7 @@ | ||
| # Release 0.3.1 (2020-10-29) | ||
| - Clarify the license specification as "MIT OR Apache-2.0". | ||
| **Contributors**: @cuviper | ||
| # Release 0.3.0 (2020-06-13) | ||
@@ -2,0 +8,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display