Browse Source

Version bump.

Kestrel 2 years ago
parent
commit
6e2310a7c1
2 changed files with 2 additions and 1 deletions
  1. 1 1
      microrm/Cargo.toml
  2. 1 0
      microrm/src/lib.rs

+ 1 - 1
microrm/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "microrm"
-version = "0.3.2"
+version = "0.3.3"
 edition = "2021"
 license = "BSD-4-Clause"
 authors = ["Kestrel <kestrel@flying-kestrel.ca>"]

+ 1 - 0
microrm/src/lib.rs

@@ -481,6 +481,7 @@ mod datatypes {
             i_64: 1i64 << 40,
             u_64: 3u64 << 62,
             s: "this is a test".to_string(),
+            // e**pi
             f_64: 23.140692632779263f64
         };