Skip to content

Commit

Permalink
rebase crud
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Jan 2, 2025
1 parent a3a2683 commit 45f9a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 743 deletions.
6 changes: 2 additions & 4 deletions rust/pgrust/src/handshake/edgedb_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ use crate::{
errors::edgedb::EdbError,
};

use crate::{
protocol::{
use crate::protocol::{
edgedb::{data::*, *},
match_message, ParseError, StructBuffer,
},
};
};
use gel_auth::{
handshake::{ServerAuth, ServerAuthDrive, ServerAuthError, ServerAuthResponse},
AuthType, CredentialData,
Expand Down
Loading

0 comments on commit 45f9a53

Please sign in to comment.