A very silly base trait

Why not, let's make it 1.0

Changed files
+2 -2
+1 -1
Cargo.lock
··· 4 5 [[package]] 6 name = "const-init" 7 - version = "0.1.0"
··· 4 5 [[package]] 6 name = "const-init" 7 + version = "1.0.0"
+1 -1
Cargo.toml
··· 1 [package] 2 name = "const-init" 3 - version = "0.1.0" 4 authors = ["James Munns <james@onevariable.com>"] 5 edition = "2024" 6 repository = "https://tangled.sh/@jamesmunns.com/const-init"
··· 1 [package] 2 name = "const-init" 3 + version = "1.0.0" 4 authors = ["James Munns <james@onevariable.com>"] 5 edition = "2024" 6 repository = "https://tangled.sh/@jamesmunns.com/const-init"