We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ecd1f2 commit ea01486Copy full SHA for ea01486
Cargo.toml
@@ -2,7 +2,7 @@
2
members = ["fuzz"]
3
4
[workspace.package]
5
-version = "0.1.0+llvm-462a31f5a5ab"
+version = "0.2.0+llvm-462a31f5a5ab"
6
edition = "2021"
7
license = "Apache-2.0 WITH LLVM-exception"
8
@@ -11,6 +11,8 @@ name = "rustc_apfloat"
11
version.workspace = true
12
edition.workspace = true
13
license.workspace = true
14
+repository = "https://github.com/rust-lang/rustc_apfloat"
15
+description = "Rust port of C++ llvm::APFloat library"
16
17
[dependencies]
18
bitflags = "1.3.2"
0 commit comments