chore: bump rust toolchain to 2024-08-21 (#4606)

* chore: bump rust toolchain to 2024-08-22

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

* fix clippy

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

* update workflow

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

* try 20240606

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

---------

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
Ruihang Xia
2024-08-22 23:38:10 +08:00
committed by GitHub
parent 863ee073a9
commit a3b8d2fe8f
8 changed files with 8 additions and 7 deletions

View File

@@ -245,7 +245,7 @@ mod test {
];
scipy_stats_norm_pdf.update_batch(&v).unwrap();
assert_eq!(
Value::from(0.17843340219081552),
Value::from(0.17843340219081558),
scipy_stats_norm_pdf.evaluate().unwrap()
);