Skip to content

Commit

Permalink
nothing fancy!
Browse files Browse the repository at this point in the history
  • Loading branch information
wildonion committed Sep 7, 2024
1 parent 3ee8b6c commit feb8b18
Show file tree
Hide file tree
Showing 9 changed files with 226 additions and 133 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [
[dependencies]
migration = { path = "migration", name = "migration" }
crypter = { path = "crypter", name = "crypter" }
capnp-rpc = "0.19.2"
capnp-rpc = "0.19.4"
salvo = { version = "0.71.1", features = ["full"] }
actix = "0.13.5"
actix-web = "4"
Expand Down Expand Up @@ -46,7 +46,7 @@ env_logger = "0.11"
bytes = { version = "1", features = ["serde"] }
wallexerr = "0.3.3"
hex = "0.4"
clap = { version = "4.5.11", features = ["derive"] }
clap = { version = "4.5.17", features = ["derive"] }
thiserror = "1.0"
percentage = "0.1.0"
sea-orm = { version = "1.0.1", features = [
Expand Down
1 change: 1 addition & 0 deletions hooper/rpc/event/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ use crate::*;


// https://github.com/capnproto/capnproto-rust/tree/master/capnp-rpc
// https://github.com/google/tarpc

pub struct EventServer;
2 changes: 1 addition & 1 deletion migration/src/m20240508_213126_notifs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ impl MigrationTrait for Migration {
)
.col(
ColumnDef::new(Notifs::ActionData)
.json()
.json() // jsonb column store any json string or json value inside this column
.not_null()
)
.col(
Expand Down
Loading

0 comments on commit feb8b18

Please sign in to comment.