Skip to content

Commit

Permalink
[release/v1.0.0-rc2-hotfix2]: Apply crate fixes to enable crates.io p…
Browse files Browse the repository at this point in the history
…ublishing
  • Loading branch information
bfops committed Dec 24, 2024
1 parent 37db460 commit a3c1a33
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 38 deletions.
66 changes: 34 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ indicatif = "0.16"
insta = { version = "1.21.0", features = ["toml"] }
is-terminal = "0.4"
itertools = "0.12"
jsonwebtoken = { git = "https://github.com/jsdt/jsonwebtoken.git", rev = "7f0cef63c74f58dfa912e88da844932ba4c71562"}
jsonwebtoken = { package = "spacetimedb-jsonwebtoken", version = "9.3.0" }
lazy_static = "1.4.0"
log = "0.4.17"
mimalloc = "0.1.39"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ url.workspace = true
urlencoding.workspace = true
uuid.workspace = true
wasmtime.workspace = true
jwks = { git = "https://github.com/jsdt/jwks.git", rev = "acb4241f3768ff89515a0c12d927e280a604fff3"}
jwks = { package = "spacetimedb-jwks", version = "0.1.3" }
async_cache = "0.3.1"
faststr = "0.2.23"

Expand Down
5 changes: 1 addition & 4 deletions crates/sdk/tests/test-client/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ mod module_bindings;

use module_bindings::*;

use spacetimedb_sdk::{
credentials, i256, u256, Address, DbContext, Event, Identity,
ReducerEvent, Status, Table,
};
use spacetimedb_sdk::{credentials, i256, u256, Address, DbContext, Event, Identity, ReducerEvent, Status, Table};
use test_counter::TestCounter;

mod simple_test_table;
Expand Down
Empty file added crates/sql-parser/LICENSE
Empty file.

0 comments on commit a3c1a33

Please sign in to comment.