Skip to content

Commit

Permalink
Use master branch of iam repo
Browse files Browse the repository at this point in the history
  • Loading branch information
smrtrfszm committed Nov 17, 2024
1 parent d42ba28 commit 10f5db3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -18,7 +18,7 @@ serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
tokio = { version = "1.33.0", features = ["rt-multi-thread", "parking_lot", "macros"] }
uuid = { version = "1.5.0", features = ["v4", "fast-rng", "serde"] }
libiam = { git = "https://github.com/Verseghy/iam", package = "libiam", branch = "smrtrfszm/use-postgres" }
libiam = { git = "https://github.com/Verseghy/iam", package = "libiam" }
dotenvy = "0.15.7"
matverseny-backend = { path = "./backend" }
test-utils = { path = "./test-utils" }
Expand Down

0 comments on commit 10f5db3

Please sign in to comment.