We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 838a163 commit 492f4fdCopy full SHA for 492f4fd
1 file changed
Cargo.toml
@@ -1,8 +1,12 @@
1
[package]
2
name = "flatten_objects"
3
-version = "0.2.3"
+version = "0.2.4"
4
edition = "2024"
5
-authors = ["Yuekai Jia <equation618@gmail.com>"]
+authors = [
6
+ "Yuekai Jia <equation618@gmail.com>",
7
+ "Asakura Mizu <asakuramizu111@gmail.com>",
8
+ "Su Mingxian <aarkegz@gmail.com>",
9
+]
10
description = "A container that stores numbered objects. Each object can be assigned with a unique ID."
11
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
12
homepage = "https://github.com/arceos-org/arceos"
0 commit comments