Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
FL03 committed Jan 3, 2023
1 parent 51aee11 commit e444b15
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion actors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["core", "primitives", "scsys"]
license = "Apache-2.0"
name = "scsys-actors"
repository = "https://github.com/scattered-systems/scsys"
version = "0.1.39" # TODO: Update the package version
version = "0.1.40" # TODO: Update the package version

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["core", "primitives", "scsys"]
license = "Apache-2.0"
name = "scsys-core"
repository = "https://github.com/scattered-systems/scsys"
version = "0.1.39" # TODO: Update the package version
version = "0.1.40" # TODO: Update the package version

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["crypto", "scsys"]
license = "Apache-2.0"
name = "scsys-crypto"
repository = "https://github.com/scattered-systems/scsys"
version = "0.1.39" # TODO: Update the package version
version = "0.1.40" # TODO: Update the package version

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["derive", "macros", "scsys"]
license = "Apache-2.0"
name = "scsys-derive"
repository = "https://github.com/scattered-systems/scsys"
version = "0.1.39" # TODO: Update the package version
version = "0.1.40" # TODO: Update the package version

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["scsys"]
license = "Apache-2.0"
name = "scsys-gen"
repository = "https://github.com/scattered-systems/scsys"
version = "0.1.39" # TODO: Update the package version
version = "0.1.40" # TODO: Update the package version

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["macros", "scsys"]
license = "Apache-2.0"
name = "scsys-macros"
repository = "https://github.com/scattered-systems/scsys"
version = "0.1.39" # TODO: Update the package version
version = "0.1.40" # TODO: Update the package version

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
2 changes: 1 addition & 1 deletion scsys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
name = "scsys"
readme = "README.md"
repository = "https://github.com/scattered-systems/scsys"
version = "0.1.39" # TODO: Update the package version
version = "0.1.40" # TODO: Update the package version

[features]
default = [
Expand Down

0 comments on commit e444b15

Please sign in to comment.