Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #185 from Sleitnick/patch-bundle
Browse files Browse the repository at this point in the history
Patch bundle
  • Loading branch information
Sleitnick authored Dec 19, 2021
2 parents 5c9f694 + fdf6027 commit 74695cc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions src/wally.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "sleitnick/knit"
description = "Knit is a lightweight game framework"
version = "1.2.0"
version = "1.2.1"
license = "MIT"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"

[dependencies]
Comm = "sleitnick/comm@^0.1"
Promise = "evaera/promise@^3.1"
Comm = "sleitnick/[email protected]"
Promise = "evaera/[email protected]"
18 changes: 9 additions & 9 deletions src/wally_bundle.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"

[dependencies]
Component = "sleitnick/component@^1"
EnumList = "sleitnick/enum-list@^1"
Option = "sleitnick/option@^1"
Signal = "sleitnick/signal@^1"
TableUtil = "sleitnick/table-util@^1"
Timer = "sleitnick/timer@^1"
Trove = "sleitnick/trove@^0.1"
Comm = "sleitnick/comm@^0.1"
Promise = "evaera/promise@^3.1"
Component = "sleitnick/component@2"
EnumList = "sleitnick/enum-list@2"
Option = "sleitnick/option@1"
Signal = "sleitnick/signal@1"
TableUtil = "sleitnick/table-util@1"
Timer = "sleitnick/timer@1"
Trove = "sleitnick/[email protected]"
Comm = "sleitnick/[email protected]"
Promise = "evaera/[email protected]"

0 comments on commit 74695cc

Please sign in to comment.